Re: How good is the default values for autovacuum? - Mailing list pgsql-general

From Scott Marlowe
Subject Re: How good is the default values for autovacuum?
Date
Msg-id dcc563d10901151516j4c6930d6r229fa2bb97135b4a@mail.gmail.com
Whole thread Raw
In response to How good is the default values for autovacuum?  (Bjørn T Johansen <btj@havleik.no>)
List pgsql-general
On Thu, Jan 15, 2009 at 3:49 PM, Bjørn T Johansen <btj@havleik.no> wrote:
> Just wondering if I need to change the defalt values for autovacuum in version 8.3.5?

They're fairly good.  A good way to see if it's working for you is to
let autovacuum run for a few days with your server handling a normal
load, and every night at midnight or so send yourself the last 15 or
so lines of output from vacuum verbose on your database(s).

If it keeps telling you to increase your free space map then either
autovacuum isn't aggresive enough, or your usage pattern simply
requires a larger FSM to keep things from bloating.

pgsql-general by date:

Previous
From: pepone.onrez
Date:
Subject: Re: Initial ugly reverse-translator
Next
From: Alvaro Herrera
Date:
Subject: Re: Autovacuum daemon terminated by signal 11