Re: Re: 4 billion record limit?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Re: 4 billion record limit?
Дата
Msg-id 28547.964763208@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: 4 billion record limit?  (Chris Jones <cjones@rightnowtech.com>)
Список pgsql-general
Chris Jones <cjones@rightnowtech.com> writes:
> So, assuming these numbers are reasonable, and assuming that Moore's
> Law applies to PG usage, we could have trouble with 64-bit OIDs in
> maybe 40 years.

Interesting point.  However, once we bite the bullet of not tying
OID == int32, it should be relatively painless to equate OID to any
compiler-supported integer type.  So we should only need to fix
this problem once.  If your projection is accurate, no doubt C2020
will consider "long long long int" to be a required type ;-)

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pg_dump error
Следующее
От: Tom Lane
Дата:
Сообщение: Re: 4 billion record limit?