Re: Request to help on GIS Query improvement suggestion.

Поиск
Список
Период
Сортировка
От Michael Lewis
Тема Re: Request to help on GIS Query improvement suggestion.
Дата
Msg-id CAHOFxGrhV7H9gqGnTqRJauVh__q=EGKCkC_RVqbamG49x_Ppcw@mail.gmail.com
обсуждение исходный текст
Ответ на Request to help on GIS Query improvement suggestion.  (postggen2020 s <postggen2020@gmail.com>)
Список pgsql-admin
Your indexes and operators are not compatible. You have added a btree index on md5 function result and are not using md5 in your query, and also using LIKE operator not one of the supported ones. I believe it might use a btree operator (plain value, not md5 result) if you are always searching for "string starts with ____ but I don't know what it ends with" but you can't possibly use a btree index where you are putting a wild card at the front.


a gist index operators supported-

Here's a whole page on full text search, it would be worth a read-

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

Предыдущее
От: Scott Ribe
Дата:
Сообщение: Re: Lag clarification with Sync Replication
Следующее
От: Keith
Дата:
Сообщение: Re: Lag clarification with Sync Replication