Re: Enhancement request

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Enhancement request
Дата
Msg-id 20071130223402.GG3175@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Enhancement request  ("Joshua D. Drake" <jd@commandprompt.com>)
Ответы Re: Enhancement request
Список 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 по дате отправления:

Предыдущее
От: Ivo Rossacher
Дата:
Сообщение: Re: Character Corruption / Encoding Question
Следующее
От: "Jonah H. Harris"
Дата:
Сообщение: Re: Enhancement request