Re: controlling autovacuum during the day.

From: "John Lister" <john(dot)lister-ps(at)kickstone(dot)com>
To: "Rajesh Kumar Mallah" <mallah(dot)rajesh(at)gmail(dot)com>, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: controlling autovacuum during the day.
Date: 2009-02-11 16:31:55
Message-ID: F01320E5F1B448CCA67338F0D73D7DE0@squarepi.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Sounds like a good idea and i think i think more control of the autovacuum
process has been discussed here recently.

As to my initial problem, i eventually solved it. One of my colleagues was
using a full table lock despite denying it originally, this was causing the
problem. Took some tracking down as it the culprit statement always looked
like an update hence my original questions..

Autovacuum running again fine now and i've even tuned it down a bit as
suggested which was a new feature for me

Thanks for all your help.

JOHN
----- Original Message -----
From: "Rajesh Kumar Mallah" <mallah(dot)rajesh(at)gmail(dot)com>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "John Lister" <john(dot)lister-ps(at)kickstone(dot)com>;
<pgsql-admin(at)postgresql(dot)org>
Sent: Wednesday, February 11, 2009 3:37 PM
Subject: Re: [ADMIN] controlling autovacuum during the day.

> On Wed, Dec 17, 2008 at 7:17 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>> "John Lister" <john(dot)lister-ps(at)kickstone(dot)com> writes:
>>> I'd like to use autovacuum to clean up the tables rather than schedule a
>>> full vacuum with cron as it will be more selective/intelligent about
>>> what
>>> gets cleaned. But is it possible to stop it running during peak/office
>>> hours?
>>
>> No. Instead, set the vacuum cost parameters to make it run slow enough
>> to not interfere too much with your work.
>
> is it a bad idea to have such a feature ?
> i was going through ./src/backend/postmaster/autovacuum.c
> looks like subroutine autovac_start can be modfied to
> for the said feature. In case it does not have negative implication
> can i submit a patch ?
>
> regds
> -- mallah.
>
>
>>
>> regards, tom lane
>>
>> --
>> Sent via pgsql-admin mailing list (pgsql-admin(at)postgresql(dot)org)
>> To make changes to your subscription:
>> http://www.postgresql.org/mailpref/pgsql-admin
>>
>
> --
> Sent via pgsql-admin mailing list (pgsql-admin(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-admin
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message dx k9 2009-02-11 19:53:40 tsearch2 clock skew
Previous Message Rajesh Kumar Mallah 2009-02-11 15:37:07 Re: controlling autovacuum during the day.