Re: 4 billion + oids

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 4 billion + oids
Дата
Msg-id 19440.1048533408@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: 4 billion + oids  ("Dann Corbit" <DCorbit@connx.com>)
Список pgsql-general
"Dann Corbit" <DCorbit@connx.com> writes:
> I have definitely seen serious problems relating to OID wrap.
> We have an application that uses the OID's to create joins.
> We scan tables from a list of source tables from some external (usually
> non-postgresql) database.
> For each of these tables we create a 64 bit checksum for each record and
> store it in a table, along with an OID.

Why in the world aren't you using a serial int8 column, instead?

            regards, tom lane


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

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: 32/64-bit transaction IDs?
Следующее
От: "Dann Corbit"
Дата:
Сообщение: Re: 4 billion + oids