Index-only scans with btree_gist - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Index-only scans with btree_gist
Date
Msg-id 55147ACF.4080405@iki.fi
Whole thread Raw
Responses Re: Index-only scans with btree_gist  (Andreas Karlsson <andreas@proxel.se>)
List 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

Attachment

pgsql-hackers by date:

Previous
From: Jim Nasby
Date:
Subject: Re: Exposing PG_VERSION_NUM in pg_config
Next
From: Ilia Ivanicki
Date:
Subject: GSoC 2015 proposal: Support for microvacuum for GiST