Re: Autovacuum / full vacuum

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: Autovacuum / full vacuum
Дата
Msg-id 20060117150948.GG21092@phlogiston.dyndns.org
обсуждение исходный текст
Ответ на Re: Autovacuum / full vacuum  ("Matthew T. O'Connor" <matthew@zeut.net>)
Список pgsql-performance
On Tue, Jan 17, 2006 at 09:09:02AM -0500, Matthew T. O'Connor wrote:
> vacuum.  As long as that percentage is small enough, the effect on
> performance is negligible.  Have you measured to see if things are truly

Actually, as long as the percentage is small enough and the pages are
really empty, the performance effect is positive.  If you have VACUUM
FULLed table, inserts have to extend the table before inserting,
whereas in a table with some space reclaimed, the I/O effect of
having to allocate another disk page is already done.

A

--
Andrew Sullivan  | ajs@crankycanuck.ca
When my information changes, I alter my conclusions.  What do you do sir?
        --attr. John Maynard Keynes

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

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: Autovacuum / full vacuum
Следующее
От: hubert depesz lubaczewski
Дата:
Сообщение: Re: Autovacuum / full vacuum