Re: table/index fillfactor control - Mailing list pgsql-patches

From Simon Riggs
Subject Re: table/index fillfactor control
Date
Msg-id 1149594854.2621.431.camel@localhost.localdomain
Whole thread Raw
In response to table/index fillfactor control  (ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>)
Responses table/index fillfactor control, try 2  (ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>)
List pgsql-patches
On Tue, 2006-06-06 at 18:02 +0900, ITAGAKI Takahiro wrote:
> This is a patch for table/index fillfactor control

This is a good new feature and I'll vote for it.

I see what Tom was driving at with earlier comments. I think we need an
non-index AM specific patch, so that each AM has its own parameters.

So we have a new element of the RelationData struct:
    void    *rd_amopts;

Which each AM defines and interprets.

--
  Simon Riggs
  EnterpriseDB   http://www.enterprisedb.com


pgsql-patches by date:

Previous
From: Simon Riggs
Date:
Subject: Re: 'Index Full Scan' for Index Scan without Index Cond
Next
From: "Jonah H. Harris"
Date:
Subject: Re: table/index fillfactor control