Re: Wraparound

Поиск
Список
Период
Сортировка
От Laurenz Albe
Тема Re: Wraparound
Дата
Msg-id 11927075cfe167d8b64df7e767b595e27fabe3b0.camel@cybertec.at
обсуждение исходный текст
Ответ на Wraparound  (Rajesh Kumar <rajeshkumar.dba09@gmail.com>)
Ответы Re: Wraparound
Список pgsql-admin
On Tue, 2024-02-20 at 10:02 +0530, Rajesh Kumar wrote:
> Is autovacuum wraparound issue is when transaction id reaches
> autovacuum_freeze_max_age  or if transaction Reaches 2^32.
>
> My autovacuum_freeze_age setting is 200million.
>
> Db size is 150gb. 

2^31 is the magical number at which very old transactions become
transactions from the future, which would cause data loss unless
all old rows have been frozen.

Yours,
Laurenz Albe



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

Предыдущее
От: Rajesh Kumar
Дата:
Сообщение: Wraparound
Следующее
От: Rajesh Kumar
Дата:
Сообщение: Re: Wraparound