Re: Autovacuum is running forever - Mailing list pgsql-performance

From Scott Marlowe
Subject Re: Autovacuum is running forever
Date
Msg-id dcc563d10708211503r7058a1f7v73cff44dc3409c1f@mail.gmail.com
Whole thread Raw
In response to Re: Autovacuum is running forever  ("Sachchida Ojha" <sojha@secure-elements.com>)
List 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 by date:

Previous
From: "Scott Marlowe"
Date:
Subject: Re: Autovacuum is running forever
Next
From: "Scott Marlowe"
Date:
Subject: Re: Autovacuum is running forever