Re: Proposal: vacuum and autovacuum parameters to control freezing

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Proposal: vacuum and autovacuum parameters to control freezing
Дата
Msg-id 14247.1162744146@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Proposal: vacuum and autovacuum parameters to control freezing  ("Heikki Linnakangas" <heikki@enterprisedb.com>)
Список pgsql-hackers
"Heikki Linnakangas" <heikki@enterprisedb.com> writes:
> I think a global critical_age parameter is just fine. If you have one 
> huge table that takes a long time to vacuum, just adjust critical_age so 
> that there's enough time for the huge table vacuum to finish before 
> wrap-around. That means that other smaller tables are vacuumed more 
> frequently than would otherwise be necessary, but that's not a big deal 
> if the other tables really are much smaller.

Well, that's what you have to do right now, but as soon as we support
multiple autovac processes it'll be useful to do the other; so I figured
we might as well add the pg_autovacuum column while we're at it.

>> pg_autovacuum.freeze_distance: per-table vacuum_freeze_distance setting
>> for autovacuum to use.

> Shouldn't this be used for manual vacuums as well?

I thought about that but it seemed pretty dubious --- manual vacuums
don't look at pg_autovacuum for anything else, eg not for the cost
variables.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Proposal: vacuum and autovacuum parameters to control freezing
Следующее
От: mark@mark.mielke.cc
Дата:
Сообщение: Re: PostgreSQL 8.2 (from CVS devel) first impressions