Re: Query with "ILIKE ALL" does not use the index

Поиск
Список
Период
Сортировка
От Nicolas Even
Тема Re: Query with "ILIKE ALL" does not use the index
Дата
Msg-id CALghGHMYhgaSTaXoXDGNAttDkaFfzcg5WE3k3z0FKNMs2KEnbA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Query with "ILIKE ALL" does not use the index  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-performance
Thank you Tom

On 26 July 2018 at 18:44, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Nicolas Even <neven@ztel.org> writes:
>> However when I run the same (as far as I understand it) query but with
>> the ALL operator, the index is not used:
>> explain analyze select name from totoz where name ilike all(array['%tot%']);
>
> There's only index support for "op ANY (array)", not "op ALL (array)".
>
>                         regards, tom lane


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

Предыдущее
От: Nicolas Even
Дата:
Сообщение: Re: Query with "ILIKE ALL" does not use the index
Следующее
От: Dinesh Kumar
Дата:
Сообщение: Performance difference in accessing differrent columns in a Postgres Table