[HACKERS] Index only scan for cube and seg - Mailing list pgsql-hackers

From Andrey Borodin
Subject [HACKERS] Index only scan for cube and seg
Date
Msg-id D0F53A05-4F4A-4DEC-8339-3C069FA0EE11@yandex-team.ru
Whole thread Raw
Responses Re: [HACKERS] Index only scan for cube and seg
List pgsql-hackers
Hi hackers!

Here are patches enabling Index Only Scan for cube and seg extensions.

These patches follow this discussion [0].

For cube there is new default opclass. We cannot drop old opclass, because it could TOAST come cube values in rare
occasions.Index Only Scan is enabled only for newly created indexes. Btw I can add fetch to old opclass so that IOS
wouldbe enabled. 
For seg compress and decompress functions are dropped from opclass and extension. Index Only Scan is enabled.

There are two more functions which can be deleted
ghstore_decompress
g_intbig_decompress
But it will not lead to any feasible consequences.


[0]
https://www.postgresql.org/message-id/flat/CAJEAwVELVx9gYscpE%3DBe6iJxvdW5unZ_LkcAaVNSeOwvdwtD%3DA%40mail.gmail.com#CAJEAwVELVx9gYscpE=Be6iJxvdW5unZ_LkcAaVNSeOwvdwtD=A@mail.gmail.com



 
-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Attachment

pgsql-hackers by date:

Previous
From: Ashutosh Bapat
Date:
Subject: Re: [HACKERS] Removing [Merge]Append nodes which contain a single subpath
Next
From: Robert Haas
Date:
Subject: Re: [HACKERS] Removing [Merge]Append nodes which contain a single subpath