Re: degenerate performance on one server of 3

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: degenerate performance on one server of 3
Дата
Msg-id 16593.1243865172@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: degenerate performance on one server of 3  (Erik Aronesty <erik@q32.com>)
Ответы Re: degenerate performance on one server of 3  (Erik Aronesty <erik@q32.com>)
Список pgsql-performance
Erik Aronesty <erik@q32.com> writes:
> but why wasn't autovac enough to reclaim at least *most* of the space?

Autovac isn't meant to reclaim major amounts of bloat; it's more in the
line of trying to prevent it from happening in the first place.  To
reclaim bloat it would have to execute VACUUM FULL, or some other
operation that requires exclusive table lock, which doesn't seem like
a good idea for an automatic background operation.

            regards, tom lane

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

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: Postgresql cache (memory) performance + how to warm up the cache
Следующее
От: Greg Smith
Дата:
Сообщение: Re: Vacuuming technique doubt