Re: Index-only scans with btree_gist

Поиск
Список
Период
Сортировка
От Andreas Karlsson
Тема Re: Index-only scans with btree_gist
Дата
Msg-id 55175472.408@proxel.se
обсуждение исходный текст
Ответ на Re: Index-only scans with btree_gist  (Andreas Karlsson <andreas@proxel.se>)
Ответы Re: Index-only scans with btree_gist  (Andreas Karlsson <andreas@proxel.se>)
Список pgsql-hackers
On 03/28/2015 09:36 PM, Andreas Karlsson wrote:
> Thanks! Do you know if it is possible to add index-only scan support to
> range indexes? I have never looked at those and do not know if they are
> lossy.

Seems like range types are not compressed at all so implementing
index-only scans was trivial. A patch is attached.

--
Andreas Karlsson

Вложения

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

Предыдущее
От: Gavin Flower
Дата:
Сообщение: Re: Rounding to even for numeric data type
Следующее
От: Andreas Karlsson
Дата:
Сообщение: Re: Index-only scans with btree_gist