Autovacuum in postgres.

From: venu madhav <venutaurus539(at)gmail(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Autovacuum in postgres.
Date: 2010-05-21 09:38:43
Message-ID: AANLkTim7g1WwHs8qBnf1BXR9AXFuniwdCC3fZIedHYKD@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

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.

Thank you,
Venu

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message venu madhav 2010-05-21 09:39:46 Re: Autovacuum in postgres.
Previous Message Yeb Havinga 2010-05-21 08:45:36 Re: Optimize date query for large child tables: GiST or GIN?