<-> Operator on Trigram Index

Поиск
Список
Период
Сортировка
От Jeffrey Kamei
Тема <-> Operator on Trigram Index
Дата
Msg-id CAN05fs0rr8MuHGhGWsccdWAGYuKsEG-SnA0V9bdsdrPxe91cTg@mail.gmail.com
обсуждение исходный текст
Ответы Re: <-> Operator on Trigram Index  (Arthur Zakirov <a.zakirov@postgrespro.ru>)
Список pgsql-general
I'm trying to get the <-> operator to recognize a trigram index (GIST) I've set on a table. Using `EXPLAIN VERBOSE` I can see the query engine ignoring the trigram index when using the `<->` operator. However if I use the `%` operator, the index is found and used. Can you explain why this is happening? As far as I can tell from the documentation, the `<->` operator should be using the index as well. 

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

Предыдущее
От: Олег Самойлов
Дата:
Сообщение: Re: WTF with hash index?
Следующее
От: Rich Shepard
Дата:
Сообщение: Re: Move cluster to new host, upgraded version