Re: Performace Optimization for Dummies

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Performace Optimization for Dummies
Дата
Msg-id 9973.1159505377@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Performace Optimization for Dummies  ("Carlo Stonebanks" <stonec.register@sympatico.ca>)
Список pgsql-performance
"Carlo Stonebanks" <stonec.register@sympatico.ca> writes:
> But is there any way to create an index expression that will help with:
> where foo like '%bar%'?

If you are concerned about that, what you are probably really looking
for is full-text indexing.  See contrib/tsearch2 for our current best
answer to that.

            regards, tom lane

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

Предыдущее
От: "Carlo Stonebanks"
Дата:
Сообщение: Re: Performace Optimization for Dummies
Следующее
От: "Carlo Stonebanks"
Дата:
Сообщение: Re: Performace Optimization for Dummies