Re: Avoiding transaction ID wrap

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Avoiding transaction ID wrap
Дата
Msg-id 8988.1019773882@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Avoiding transaction ID wrap  ("Nick Fankhauser" <nickf@ontko.com>)
Список pgsql-admin
"Nick Fankhauser" <nickf@ontko.com> writes:
> Watching Michael's problem vicariously has me all worried about transaction
> ID wrap now.

> I'm on v7.1.3- will checking the size of $PGDATA/pg_log work for me as well?

> At what size should I begin to worry?

If you get to 1GB (4 billion transactions at 2 bits each) you are screwed.

Anyone who is over the 1-billion-xacts mark (250MB pg_log) probably
ought to be thinking about moving to 7.2 sooner, not later.

            regards, tom lane

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

Предыдущее
От: "Nick Fankhauser"
Дата:
Сообщение: Avoiding transaction ID wrap
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Avoiding transaction ID wrap