Re: strange autovacuum behaviour - Mailing list pgsql-admin

From Alvaro Herrera
Subject Re: strange autovacuum behaviour
Date
Msg-id 20090210140742.GG3708@alvh.no-ip.org
Whole thread Raw
In response to strange autovacuum behaviour  (Stefano Nichele <stefano.nichele@gmail.com>)
Responses Re: strange autovacuum behaviour  (Stefano Nichele <stefano.nichele@gmail.com>)
List pgsql-admin
Stefano Nichele escribió:
> Hi All,
> I have a couple of questions about autovacuum/vacuum behavior.
>
> On my production system, I set autovacuum ON since it's pretty hard to
> me find a good timeframe for vacuum (the system is pretty busy over the day)
> Last week the system was really slow and running vacuum manually the
> performance was really improved.
> So now I would like to understand why autovacuum did not work as
> expected (at least for me). Any ideas ?

Maybe the autovacuum naptime was set too high.  Or perhaps the threshold
and scale settings were too high.  Maybe the vacuum_cost_delay for
autovacuum was too high.

> Why autovacuum (that was OFF) started ?  For preventing transaction ID
> wraparound ? Is it right that in such case all the tables are
> (auto)vacuumed ?

Not necessarily all tables; only those that require a vacuum to prevent
xid wraparound.  (It was all tables in 8.1, but this changed in 8.2).

pgsql-admin by date:

Previous
From: John Lister
Date:
Subject: Re: database corruption help
Next
From: Carol Walter
Date:
Subject: Re: User defined functions... - Found to be tsearch