Re: cluster index on a table - Mailing list pgsql-performance

From Justin Pitts
Subject Re: cluster index on a table
Date
Msg-id C7B97E83-D09C-4247-A1CD-24EB8817ADC8@gmail.com
Whole thread Raw
In response to Re: cluster index on a table  (Scott Carey <scott@richrelevance.com>)
List pgsql-performance
ISTR that is the approach that MSSQL follows.

>
> Storing the full tuple in an index and not even having a data only
> page
> would also be an interesting approach to this (and perhaps simpler
> than a
> separate index file and data file if trying to keep the data in the
> order of
> the index).


pgsql-performance by date:

Previous
From: "Lauris Ulmanis"
Date:
Subject: Re: [BUGS] BUG #4919: CREATE USER command slows down systemperformance
Next
From: Justin Pitts
Date:
Subject: Re: cluster index on a table