Re: [DOCS] Autovacuum and XID wraparound

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [DOCS] Autovacuum and XID wraparound
Дата
Msg-id 7460.1179349272@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [DOCS] Autovacuum and XID wraparound  (Heikki Linnakangas <heikki@enterprisedb.com>)
Ответы Re: [DOCS] Autovacuum and XID wraparound  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-patches
Heikki Linnakangas <heikki@enterprisedb.com> writes:
> Tom Lane wrote:
>> ... I have resisted having VACUUM freeze
>> tuples before they've reached a quite-respectable age, and I object to
>> having CLUSTER do it either.

> How about freezing anything older than vacuum_freeze_min_age, just like
> VACUUM does?

I suppose that'd be OK, but is it likely to be worth the trouble?

>> I could maybe accept a CLUSTER FREEZE option to do this, but that's not
>> what's in the patch.

> I wouldn't like to add more options to CLUSTER, people are already
> confused about the similar VACUUM options.

Agreed, I wasn't thrilled with that idea.

            regards, tom lane

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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: [DOCS] Autovacuum and XID wraparound
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: [DOCS] Autovacuum and XID wraparound