Index-only scans with btree_gist

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Index-only scans with btree_gist
Дата
Msg-id 55147ACF.4080405@iki.fi
обсуждение исходный текст
Ответы Re: Index-only scans with btree_gist  (Andreas Karlsson <andreas@proxel.se>)
Список pgsql-hackers
I've pushed Anastasia's patch to support index-only scans with GiST, and
it's time to add opclasses support for all the opclasses that are not
lossy. I think at least all the btree_gist opclasses need to be
supported, it would be pretty surprising if they didn't support
index-only scans, while some more complex opclasses did.

Attached is a WIP patch for that. It covers all the varlen types that
btree_gist supports, and int2, int4 and oid. The rest of the fixed-width
types should be just a matter of copy-pasting. I'll continue adding
those, but wanted to let people know I'm working on this.

- Heikki

Вложения

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

Предыдущее
От: Jim Nasby
Дата:
Сообщение: Re: Exposing PG_VERSION_NUM in pg_config
Следующее
От: Ilia Ivanicki
Дата:
Сообщение: GSoC 2015 proposal: Support for microvacuum for GiST