Grouped Index Tuples / Clustered Indexes - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Grouped Index Tuples / Clustered Indexes
Date
Msg-id 45EE94C3.3090906@enterprisedb.com
Whole thread Raw
Responses Re: Grouped Index Tuples / Clustered Indexes  (Grzegorz Jaskiewicz <gj@pointblue.com.pl>)
Re: Grouped Index Tuples / Clustered Indexes  ("Simon Riggs" <simon@2ndquadrant.com>)
Re: Grouped Index Tuples / Clustered Indexes  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
I've updated the GIT patch at http://community.enterprisedb.com/git/. 
Bitrot caused by the findinsertloc-patch has been fixed, making that 
part of the GIT patch a little bit smaller and cleaner. I also did some 
refactoring, and minor cleanup and commenting.

Any comments on the design or patch? For your convenience, I copied the 
same text I added to access/nbtree/README to 
http://community.enterprisedb.com/git/git-readme.txt

Should we start playing the name game at this point? I've been thinking 
we should call this feature just Clustered Indexes, even though it's not 
exactly the same thing as clustered indexes in other DBMSs. From user 
point of view, they behave similarly enough that it may be best to use 
the existing term.

As a next step, I'm hoping to get the indexam API changes from the 
bitmap index patch committed soon, and in a way that supports GIT as well.

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: "Simon Riggs"
Date:
Subject: Re: Auto creation of Partitions
Next
From: NikhilS
Date:
Subject: Re: Auto creation of Partitions