Re: PostgreSQL 64 Bit XIDs - Transaction IDs

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PostgreSQL 64 Bit XIDs - Transaction IDs
Дата
Msg-id 24680.1332529075@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: PostgreSQL 64 Bit XIDs - Transaction IDs  (Merlin Moncure <mmoncure@gmail.com>)
Ответы Re: PostgreSQL 64 Bit XIDs - Transaction IDs  (Merlin Moncure <mmoncure@gmail.com>)
Re: PostgreSQL 64 Bit XIDs - Transaction IDs  (Gerhard Wiesinger <lists@wiesinger.com>)
Список pgsql-general
Merlin Moncure <mmoncure@gmail.com> writes:
> On Fri, Mar 23, 2012 at 11:35 AM, Gerhard Wiesinger <lists@wiesinger.com> wrote:
>> So I think XID overflow should be planned for one of the next PostgreSQL
>> releases.

> two mitigating factors:
> 1. read only transactions do not increment xid counter

Yes.  Ask your admin what his throughput of *data modifying*
transactions is.  I'll bet that number is a few orders of magnitude
smaller again.

> 2. xid wraparound counter is per table.

That unfortunately isn't so, the XID counter is global to an installation.

            regards, tom lane

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

Предыдущее
От: Andy Colson
Дата:
Сообщение: plpgsql function to insert or update problem
Следующее
От: John R Pierce
Дата:
Сообщение: Re: PostgreSQL 64 Bit XIDs - Transaction IDs