Re: COPY Fillfactor patch - Mailing list pgsql-patches

From Simon Riggs
Subject Re: COPY Fillfactor patch
Date
Msg-id 1114002882.16721.2228.camel@localhost.localdomain
Whole thread Raw
In response to Re: COPY Fillfactor patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: COPY Fillfactor patch
List pgsql-patches
On Wed, 2005-04-20 at 09:03 -0400, Bruce Momjian wrote:
> My guess is that the FILLFACTOR will actually be a GUC variable rather
> than a clause to CREATE INDEX or REINDEX or CLUSTER.

I hope not, but it would be easier to set like that and a lot easier to
code up that way.

Trouble is, if you need it, it needs to be varied according to what is
happening to a particular relation. Otherwise you'd gain benefit in one
area and lose it in another.

Best Regards, Simon Riggs




pgsql-patches by date:

Previous
From: Simon Riggs
Date:
Subject: Re: COPY Fillfactor patch
Next
From: Tom Lane
Date:
Subject: Re: COPY Fillfactor patch