Re: Enhancement request - Mailing list pgsql-admin

From Alvaro Herrera
Subject Re: Enhancement request
Date
Msg-id 20071130223402.GG3175@alvh.no-ip.org
Whole thread Raw
In response to Re: Enhancement request  ("Joshua D. Drake" <jd@commandprompt.com>)
Responses Re: Enhancement request  ("Joshua D. Drake" <jd@commandprompt.com>)
List pgsql-admin
Joshua D. Drake escribió:

> Autovacuum is a great utility for many workloads but even with the
> upcoming changes I will continually find myself turning off autovacuum
> for specific relations just so I can turn around and turn on vacuum
> within cron for others.
>
> The multi-worker autovacuum is a great new addition to help part of
> that problem (starvation) but it is not help against the other
> (resource consumption, specifically IO).

Huh, autovac will consume exactly the same amount of I/O as a
user-induced vacuum, so I don't see your point.

Multiworker autovac hasn't been tried on your customer's servers yet.
It may well turn out to be that it is possible to let it do its work
even on the high-update tables or large tables that you currently use
cron for.  It might be just a matter of tuning the knobs.

Remember, we're not adding VACUUM SCHEMA in 8.2 so it doesn't make any
sense to try to compare it against the old autovac.  And you can bet
that in 8.4 autovac will have even more goodies.

--
Alvaro Herrera       Valdivia, Chile   ICBM: S 39º 49' 18.1", W 73º 13' 56.4"
"This is a foot just waiting to be shot"                (Andrew Dunstan)

pgsql-admin by date:

Previous
From: Ivo Rossacher
Date:
Subject: Re: Character Corruption / Encoding Question
Next
From: "Jonah H. Harris"
Date:
Subject: Re: Enhancement request