Re: temporarily disable autovacuum on a database or server ?

From: Melvin Davidson <melvin6925(at)gmail(dot)com>
To: Jonathan Vanasco <postgres(at)2xlp(dot)com>
Cc: pgsql-general general <pgsql-general(at)postgresql(dot)org>
Subject: Re: temporarily disable autovacuum on a database or server ?
Date: 2017-01-12 00:50:27
Message-ID: CANu8FiwWpzsDZqCFy3heFf4qy873kRL+LMeBKcbYgDfzrHfLrQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Jan 11, 2017 at 7:26 PM, Jonathan Vanasco <postgres(at)2xlp(dot)com> wrote:

> I've run into a performance issue, and I think autovacuum may be involved.
>
> does anyone know if its possible to temporarily stop autovacuum without a
> server restart ?
>
> It seems that it either requires a server restart, or specific tables to
> be configured.
>
> Several times a day/week, I run a handful of scripts to handle database
> maintenance and backups:
>
> * refreshing materialized views
> * calculating analytics/derived/summary tables and columns
> * backing up the database (pg_dumpall > bz2 > archiving)
>
> These activities have occasionally overlapped with autovacuum, and the
> performance seems to be affected.
>
>
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

*I can't confirm this, but have you tried :*

*SELECT set_config('autovacuum', 'off'', false);*

*SELECT pg_reload_conf(); *

*note: you must be a superuser for above*
--
*Melvin Davidson*
I reserve the right to fantasize. Whether or not you
wish to share my fantasy is entirely up to you.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David G. Johnston 2017-01-12 00:54:11 Re: Means to emulate global temporary table
Previous Message Adrian Klaver 2017-01-12 00:41:26 Re: ERROR: canceling statement due to statement timeout