Re: autovacuum on a -mostly- r/o table - Mailing list pgsql-performance

From Alan Hodgson
Subject Re: autovacuum on a -mostly- r/o table
Date
Msg-id 200609270913.22644@hal.medialogik.com
Whole thread Raw
In response to autovacuum on a -mostly- r/o table  (Edoardo Ceccarelli <eddy@axa.it>)
List pgsql-performance
On Wednesday 27 September 2006 09:08, Edoardo Ceccarelli <eddy@axa.it>
wrote:
>
> How can I configure the vacuum to run after the daily batch
> insert/update?
>

If you really only want it to run then, you should disable autovacuum and
continue to run the vacuum manually.

You might also investigate the vacuum cost delay options, which will make
vacuum take longer but will have less of an impact on your database while
running.


--
"If a nation values anything more than freedom, it will lose its freedom;
and the irony of it is that if it is comfort or money that it values more,
it will lose that too." -- Somerset Maugham, Author


pgsql-performance by date:

Previous
From: Edoardo Ceccarelli
Date:
Subject: autovacuum on a -mostly- r/o table
Next
From: Tobias Brox
Date:
Subject: Re: autovacuum on a -mostly- r/o table