Re: controlling autovacuum during the day. - Mailing list pgsql-admin

From Rajesh Kumar Mallah
Subject Re: controlling autovacuum during the day.
Date
Msg-id a97c77030902110737v1321d2d5va32daee833a0ad50@mail.gmail.com
Whole thread Raw
In response to Re: controlling autovacuum during the day.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-admin
On Wed, Dec 17, 2008 at 7:17 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> "John Lister" <john.lister-ps@kickstone.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@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-admin
>

pgsql-admin by date:

Previous
From: Carol Walter
Date:
Subject: Re: User defined functions... - Found to be tsearch
Next
From: "John Lister"
Date:
Subject: Re: controlling autovacuum during the day.