Re: autovacuum on a -mostly- r/o table

From: Alan Hodgson <ahodgson(at)simkin(dot)ca>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: autovacuum on a -mostly- r/o table
Date: 2006-09-27 16:13:22
Message-ID: 200609270913.22644@hal.medialogik.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-performance

On Wednesday 27 September 2006 09:08, Edoardo Ceccarelli <eddy(at)axa(dot)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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Tobias Brox 2006-09-27 16:13:29 Re: [PERFORM] autovacuum on a -mostly- r/o table
Previous Message Edoardo Ceccarelli 2006-09-27 16:08:30 autovacuum on a -mostly- r/o table

Browse pgsql-performance by date

  From Date Subject
Next Message Tobias Brox 2006-09-27 16:13:29 Re: [PERFORM] autovacuum on a -mostly- r/o table
Previous Message Edoardo Ceccarelli 2006-09-27 16:08:30 autovacuum on a -mostly- r/o table