Re: How to avoid transaction ID wrap

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: How to avoid transaction ID wrap
Дата
Msg-id 475.1149695265@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: How to avoid transaction ID wrap  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
Ответы Re: How to avoid transaction ID wrap  ("Jim C. Nasby" <jnasby@pervasive.com>)
Re: How to avoid transaction ID wrap  (Koichi Suzuki <suzuki.koichi@oss.ntt.co.jp>)
Список pgsql-hackers
Zdenek Kotala <Zdenek.Kotala@Sun.COM> writes:
> Koichi Suzuki wrote:
>> I've once proposed a patch for 64bit transaction ID, but this causes 
>> some overhead to each tuple (XMIN and XMAX).

> Did you check performance on 32-bit or 64-bit systems and 64-bit binary 
> version of PGSQL? I think that today is not problem to have 64-bit 
> architecture and 64-bit ID should increase scalability of Postgres.

The percentage increase in I/O demand is the main reason the patch was
rejected, not so much the arithmetic.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: self-deadlock at FATAL exit of boostrap process on read error
Следующее
От: Teodor Sigaev
Дата:
Сообщение: Proposal to improve multicolumn GiST page split algoriithm.