Re: Performance of autovacuum and full vacuum of database

Поиск
Список
Период
Сортировка
От Matthew T. O'Connor
Тема Re: Performance of autovacuum and full vacuum of database
Дата
Msg-id 4374C5EA.7090100@zeut.net
обсуждение исходный текст
Ответ на Re: Performance of autovacuum and full vacuum of database  (Vivek Khera <vivek@khera.org>)
Ответы Re: Performance of autovacuum and full vacuum of database  (Csaba Nagy <nagy@ecircle-ag.com>)
Список pgsql-general
Vivek Khera wrote:
> Another issue with autovacuum (haven't investigated the 8.1 version
> yet) is that you can't make different threshhold settings for
> different tables.  For example, I have some tables that are a handful
> of rows but are updated bazillions of times per day, and other tables
> with 10's of millions of rows updated perhaps 100k times per day.
> autovacuum would go several days without vacuuming some of the tables,
> which was just bad...   I don't think it is suitable for all situations.

With the release of 8.1 and it's integrated version of autovacuum, you
can now set per table settings for for vauum and analyze thresholds,
vacuum cost delay, and table enable / disable.  This addresses what was
probably the largest deficiency with the old contrib version.


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

Предыдущее
От: Vivek Khera
Дата:
Сообщение: Re: Performance of autovacuum and full vacuum of database
Следующее
От: Robert Treat
Дата:
Сообщение: Re: A good postgresql book