Re: Clustering system catalog indexes - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Clustering system catalog indexes
Date
Msg-id 200405200258.i4K2wWD20880@candle.pha.pa.us
Whole thread Raw
In response to Re: Clustering system catalog indexes  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
List pgsql-hackers
Alvaro Herrera wrote:
> On Wed, May 19, 2004 at 09:43:22PM -0400, Bruce Momjian wrote:
> > Christopher Kings-Lynne wrote:
> > > Is it worth us marking any system catalog indexes as clusterable by 
> > > default for performance?
> > 
> > Not sure. Most of the system stuff is loaded in a pretty good order, and
> > cluster is only good if you are going after seveal rows of identical
> > value or similar value in the same table, and I can't think of a case
> > where this would help.  Can others?  It is a good question.
> 
> pg_attribute maybe?

Ah, good point.  Because of vacuum reuse, it could grab rows in
different locations when creating a table.  Good point.

Added to TODO:
       o Add default clustering to system tables

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Clustering system catalog indexes
Next
From: Oliver Jowett
Date:
Subject: Delaying the planning of unnamed statements until Bind