Re: ~* + LIMIT => infinite time?

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: ~* + LIMIT => infinite time?
Дата
Msg-id web-2282278@davinci.ethosmedia.com
обсуждение исходный текст
Ответ на Re: ~* + LIMIT => infinite time?  (<typea@l-i-e.com>)
Список pgsql-performance
Typea,

> At the moment, I've altered the application to not use LIMIT when I
> have
> ~* in the query, and it "works" -- only the paging of results is
> broken,

Would your application allow you to use " ILIKE '%<VALUE>%'" in the
query instead of "~*"  ?  If so, does the query still hang with ILIKE
... LIMIT?

-Josh

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

Предыдущее
От:
Дата:
Сообщение: Re: ~* + LIMIT => infinite time?
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: ~* + LIMIT => infinite time?