From: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Jeff Frost <jeff(at)frostconsultingllc(dot)com>, pgsql-admin(at)postgresql(dot)org |
Subject: | Re: auto vacuum settings |
Date: | 2005-08-31 14:40:09 |
Message-ID: | 20050831144009.GB4864@surnet.cl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
On Wed, Aug 31, 2005 at 09:47:35AM -0400, Tom Lane wrote:
> Jeff Frost <jeff(at)frostconsultingllc(dot)com> writes:
> > Since we're on the vacuum kick these days, what's the best way to tell if my
> > autovacuum settings are working well? I'm sure I can query some info out of
> > the pg_stats tables, no?
>
> If the database isn't bloating (ie, physical storage growing faster than
> valid data volume) then it's getting the job done. Keep an eye on
> "du $PGDATA" or pg_class.relpages entries.
Another test may be checking table stats with pgstattuple. If the
percentage of dead rows grows as time passes, you have a problem.
--
Alvaro Herrera <alvherre[]alvh.no-ip.org> Architect, www.EnterpriseDB.com
"Puedes vivir solo una vez, pero si lo haces bien, una vez es suficiente"
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2005-08-31 14:47:13 | Re: Question to localization |
Previous Message | Tom Lane | 2005-08-31 13:47:35 | Re: auto vacuum settings |