> From: Rajesh Kumar Mallah <[email protected]> > Is it possible to configure autovacuum to run only > during certain hours ? We are forced to keep > it off because it pops up during the peak > query hours.
AFAIK not directly within the conf. However you could probably set up a shell script to turn it on and off as and when required via cron; just change the setting to off in the conf file and reload. -- Sent via pgsql-performance mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-performance
