From: | Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com> |
---|---|
To: | Khangelani Gama <kgama(at)argility(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Need help on autovacuum in postgres 9.1.2 |
Date: | 2012-08-30 13:26:09 |
Message-ID: | 503F69F1.8040903@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 08/30/2012 03:52 AM, Khangelani Gama wrote:
> Hi
>
> I need help in turning off autovacuum in the Database that’s running
> postgres 9.1.2 DB. I tried to turn it off by putting “off” in
> postgresql.cont file and restarted the postmaster but when I run “*show
> autovacuum;* “ query I still see autovacuum set on inside the database.
>
> autovacuum
>
> ------------
>
> on
>
In addition to what has already been said, it is important to note that
changing the setting to off does not entirely turn off autovacuum.
http://www.postgresql.org/docs/9.1/interactive/runtime-config-autovacuum.html
"Note that even when this parameter is disabled, the system will launch
autovacuum processes if necessary to prevent transaction ID wraparound.
See Section 23.1.4 for more information."
--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com
From | Date | Subject | |
---|---|---|---|
Next Message | Merlin Moncure | 2012-08-30 13:52:48 | Re: Would my postgresql 8.4.12 profit from doubling RAM? |
Previous Message | John Lumby | 2012-08-30 13:01:22 | UPDATE RULE to be invoked when UPDATE .. WHERE fails the WHERE predicate ? |