Re: like/ilike improvements

Поиск
Список
Период
Сортировка
От Guillaume Smet
Тема Re: like/ilike improvements
Дата
Msg-id 1d4e0c10709191312i29d60972t74561f2704bc037c@mail.gmail.com
обсуждение исходный текст
Ответ на Re: like/ilike improvements  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
On 9/19/07, Andrew Dunstan <andrew@dunslane.net> wrote:
> It's at least good to see that the LIKE case has some useful speedup in
> 8.3.

It can be due to your patch or to the varlena header patch. Seqscan is
a bit faster too.

> Can you run the same set of tests in a single byte encoding like latin1?

As discussed on IRC, I'm loading the data in a LATIN1 database for
8.1, 8.2 and 8.3. I'll let you know when I have the results.

> We might have to look at doing on-demand lowering, but in a case like
> yours it looks like we'd still end up lowering almost every character
> anyway, so I'm not quite sure what to do. Note that the 8.2 change was a
> bug fix, so we can't just revert it. Maybe we need to look closely at
> the efficiency of lower().

Yes, I know it's a bug fix but the performance decrease is far from
being negligible in our case.

--
Guillaume


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Debugger
Следующее
От: Tom Lane
Дата:
Сообщение: Re: curious regression failures