Re: Autovacuum is running forever

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Autovacuum is running forever
Дата
Msg-id dcc563d10708211503r7058a1f7v73cff44dc3409c1f@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Autovacuum is running forever  ("Sachchida Ojha" <sojha@secure-elements.com>)
Список pgsql-performance
On 8/21/07, Sachchida Ojha <sojha@secure-elements.com> wrote:
> Is there any data corruption/damage to the database if we forcefully
> kill autovacuum using cron job (if it is running longer than a
> predefined time frame).

Not really.  but vacuum will just have to run that long again plus
some the next time it starts up.

Again, it's better to run vacuum more often not less often, and keep
the cost_delay high enough that it doesn't interfere with your I/O.
however, that will make it run even longer.

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

Предыдущее
От: "Scott Marlowe"
Дата:
Сообщение: Re: Autovacuum is running forever
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: Autovacuum is running forever