Re: new GUC var: autovacuum_process_all_tables

Поиск
Список
Период
Сортировка
От Ron Mayer
Тема Re: new GUC var: autovacuum_process_all_tables
Дата
Msg-id 498C7622.4050504@cheapcomplexdevices.com
обсуждение исходный текст
Ответ на Re: new GUC var: autovacuum_process_all_tables  ("Joshua D. Drake" <jd@commandprompt.com>)
Ответы Re: new GUC var: autovacuum_process_all_tables  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
Joshua D. Drake wrote:
> On Thu, 2009-02-05 at 17:08 -0500, Tom Lane wrote:
>> My feeling is that we should be trying to eliminate use-cases for
>> cron-driven vacuuming, not trying to make sure that cron-driven
>> scripts can do anything autovacuum can.
> Agreed. IMO, the user should only have to think about "vacuum" in an
> abstract sense.

+1

>> The main remaining use-case seems to me to make vacuuming work adhere
>> to some business-determined schedule, hence maintenance windows seem
>> like the next thing to do.
> Also agreed.

Somewhat agreed - since in many cases the business-determined schedule
is just a rough estimate of measurable attributes of the machine. When
we say "vacuum between midnight and 5am" we often actually mean "vacuum
when the I/O subsystem has bandwidth to spare and the machine's otherwise
lightly loaded, and we guess that means late at night".



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: autovacuum and reloptions
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Mention CITEXT in the FAQ