Re: combined indexes with Gist - planner issues?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: combined indexes with Gist - planner issues?
Дата
Msg-id 543.1251726841@sss.pgh.pa.us
обсуждение исходный текст
Ответ на combined indexes with Gist - planner issues?  (Hans-Juergen Schoenig -- PostgreSQL <postgres@cybertec.at>)
Ответы Re: combined indexes with Gist - planner issues?  (Hans-Juergen Schoenig -- PostgreSQL <postgres@cybertec.at>)
Список pgsql-hackers
Hans-Juergen Schoenig -- PostgreSQL <postgres@cybertec.at> writes:
> what we basically expected here is that Postgres will scan the table 
> using the index to give us the cheapest products containing the words we 
> are looking for.
> i am totally surprised to see that we have to fetch all products given 
> the words, sort and then do the limit.

I don't know why you'd find that surprising.  GIST indexes have no
support for ordering.
        regards, tom lane


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

Предыдущее
От: Werner Echezuria
Дата:
Сообщение: Bison crashes postgresql
Следующее
От: Jean-Paul Argudo
Дата:
Сообщение: Feature request : add REMAP_SCHEMA-like option to pg_restore