Re: auto vacuum question

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: dbhandary(at)iii(dot)com
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: auto vacuum question
Date: 2010-11-12 20:05:31
Message-ID: 1289592331.4869.11.camel@jd-desktop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Fri, 2010-11-12 at 11:44 -0800, Dinesh Bhandary wrote:
> Hi All -
>
> I am working to tune the auto vacuum in 8.4 and 8.2. I am finding that
> some of the tables are not getting vacuumed even though they exceed
> analyze/vacuum threshold. Do you know where auto vacuum process looks to
> get the number of rows deleted/updated/inserted?

In 8.2 your problem is likely that autovacuum is single worker (or that
you have the idle-in-transaction problem).

In 8.4 you should not have this problem, if you do increase your
autovacuum_max_workers (and make sure you don't have an
idle-in-transaction problem).

> pg_stat_user_tables have only the cumulative stats. I am interested in
> finding the most current ( incremental stats).

Pg doesn't provide this by default, you would have to install mrtg etc..

Joshua D. Drake

>
> Thanks a lot.
>
> Dinesh
>

--
PostgreSQL.org Major Contributor
Command Prompt, Inc: http://www.commandprompt.com/ - 509.416.6579
Consulting, Training, Support, Custom Development, Engineering
http://twitter.com/cmdpromptinc | http://identi.ca/commandprompt

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message anypossibility 2010-11-12 20:13:12 question about how postgres writes to disk
Previous Message Dinesh Bhandary 2010-11-12 19:44:07 auto vacuum question