Re: Automatic free space map filling

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Automatic free space map filling
Дата
Msg-id 20060303144040.GC5269@surnet.cl
обсуждение исходный текст
Ответ на Re: Automatic free space map filling  (Csaba Nagy <nagy@ecircle-ag.com>)
Ответы Re: Automatic free space map filling  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Automatic free space map filling  (Martijn van Oosterhout <kleptog@svana.org>)
Re: Automatic free space map filling  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Automatic free space map filling  ("Matthew T. O'Connor" <matthew@zeut.net>)
Список pgsql-hackers
Csaba Nagy wrote:

> Now when the queue tables get 1000 times dead space compared to their
> normal size, I get performance problems. So tweaking vacuum cost delay
> doesn't buy me anything, as not vacuum per se is the performance
> problem, it's long run time for big tables is.

So for you it would certainly help a lot to be able to vacuum the first
X pages of the big table, stop, release locks, create new transaction,
continue with the next X pages, lather, rinse, repeat.

This is perfectly doable, it only needs enough motivation from a
knowledgeable person.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


В списке pgsql-hackers по дате отправления:

Предыдущее
От:
Дата:
Сообщение: Re: Initdb on Windows 2003
Следующее
От: Tom Lane
Дата:
Сообщение: Re: column order in GROUP BY