Re: COPY Fillfactor patch - Mailing list pgsql-patches

From Simon Riggs
Subject Re: COPY Fillfactor patch
Date
Msg-id 1114002473.16721.2223.camel@localhost.localdomain
Whole thread Raw
In response to Re: COPY Fillfactor patch  (Hannu Krosing <hannu@tm.ee>)
List pgsql-patches
On Wed, 2005-04-20 at 02:08 +0300, Hannu Krosing wrote:
> > Anyway, when I get time, I'll finish off the patch. Unless other readers
> > would like to follow on.
>
> I hope you will you will get that time before 8.1 ships :)

It's very unlikely, sorry.

I'm working towards improving Business Intelligence workloads now and
this patch isn't in that direction. BI likes full blocks (and no
spaces).

The sparse heap idea would use resources better than a smooth spread and
is probably just as easy to code. The main problem is the FSM is only
currently filled at VACUUM time, so putting spaces in tables wouldn't
help much until after the first vacuum of a table.

Best Regards, Simon Riggs


pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: COPY Fillfactor patch
Next
From: Simon Riggs
Date:
Subject: Re: COPY Fillfactor patch