Re: Scheduling autovacuum

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: Maalini Samuganardan <maalini(dot)sam(at)gmail(dot)com>
Cc: pgsql-novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Scheduling autovacuum
Date: 2011-06-14 09:36:29
Message-ID: BANLkTi=UUw5-DeakuzxUpP23Lzyd3auaMw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Tue, Jun 14, 2011 at 9:59 AM, Maalini Samuganardan
<maalini(dot)sam(at)gmail(dot)com> wrote:

> I am currently doing a vacuum once a week. But i still see something called
> autovacuum that runs during peak hour which is causing high load. Is it
> possible to run this autovacuum during a specific time (non-peak time) using
> a scheduler?

There's a discussion of how to control this in the PostgreSQL Admin Cookbook
http://www.2ndquadrant.com/books/

--
 Simon Riggs                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Andreas Kretschmer 2011-06-14 13:43:35 Re: Passing the table name as a function argument in PLPGSQL
Previous Message Maalini Samuganardan 2011-06-14 08:59:13 Scheduling autovacuum