Re: Autovacuum / full vacuum

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: Autovacuum / full vacuum
Дата
Msg-id 20060117145649.GE21092@phlogiston.dyndns.org
обсуждение исходный текст
Ответ на Autovacuum / full vacuum  (Michael Riess <mlriess@gmx.de>)
Ответы Re: Autovacuum / full vacuum
Список pgsql-performance
On Tue, Jan 17, 2006 at 11:18:59AM +0100, Michael Riess wrote:
> hi,
>
> I'm curious as to why autovacuum is not designed to do full vacuum. I

Because nothing that runs automatically should ever take an exclusive
lock on the entire database, which is what VACUUM FULL does.

> activity. Increasing the FSM so that even during these bursts most space
>  would be reused would mean to reduce the available memory for all
> other database tasks.

I don't believe the hit is enough that you should even notice it.
You'd have to post some pretty incredible use cases to show that the
tiny loss of memory to FSM is worth (a) an exclusive lock and (b) the
loss of efficiency you get from having some preallocated pages in
tables.

A

--
Andrew Sullivan  | ajs@crankycanuck.ca
The fact that technology doesn't work is no bar to success in the marketplace.
        --Philip Greenspun

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

Предыдущее
От: Michael Riess
Дата:
Сообщение: Re: Autovacuum / full vacuum
Следующее
От: Michael Riess
Дата:
Сообщение: Re: Autovacuum / full vacuum