Re: Autovacuum in postgres.

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: venu madhav <venutaurus539(at)gmail(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Autovacuum in postgres.
Date: 2010-05-27 15:07:37
Message-ID: 201005271507.o4RF7bX13560@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

venu madhav wrote:
> Thanks for the reply..
> I am using postgres 8.01 and since it runs on a client box, I
> can't upgrade it. I've set the auto vacuum nap time to 3600 seconds.

That is an older version of autovacuum that wasn't very capable.

---------------------------------------------------------------------------

> On Thu, May 27, 2010 at 8:03 PM, Bruce Momjian <bruce(at)momjian(dot)us> wrote:
>
> > venu madhav wrote:
> > > Hi All,
> > > In my application we are using postgres which runs on an embedded
> > > box. I have configured autovacuum to run once for every one hour. It has
> > 5
> > > different databases in it. When I saw the log messages, I found that it
> > is
> > > running autovacuum on one database every hour. As a result, on my
> > database
> > > autovacuum is run once in 5 hours. Is there any way to make it run it
> > every
> > > hour.
> >
> > What settings did you change to make it run every hour? Also, it will
> > only vacuum tables that need vacuuming. What version of Postgres are
> > you using?
> >
> > --
> > Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
> > EnterpriseDB http://enterprisedb.com
> >

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Konrad Garus 2010-05-27 15:18:41 Re: shared_buffers advice
Previous Message venu madhav 2010-05-27 15:01:08 Re: Autovacuum in postgres.