Re: FTI is really really slow; what am I doing wrong?

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: FTI is really really slow; what am I doing wrong?
Дата
Msg-id 20010822104459.A14251@wolff.to
обсуждение исходный текст
Ответ на FTI is really really slow; what am I doing wrong?  ("Paul C." <ulive1x@hotmail.com>)
Список pgsql-general
I think the problem is that the indexes on the words are not usable for
regular expression matching. If the words are folded to lower case
when the index is built, then using an exact match (or even like) should
be much faster.

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: During dump: function not found
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: Join questions