Re: COPY Fillfactor patch

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: COPY Fillfactor patch
Дата
Msg-id 1114002473.16721.2223.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Re: COPY Fillfactor patch  (Hannu Krosing <hannu@tm.ee>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: COPY Fillfactor patch
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: COPY Fillfactor patch