Re: 4 billion record limit?

Поиск
Список
Период
Сортировка
От Joseph Shraibman
Тема Re: 4 billion record limit?
Дата
Msg-id 397CE922.D4C7045@selectacast.net
обсуждение исходный текст
Ответ на 4 billion record limit?  (Paul Caskey <paul@nmxs.com>)
Ответы Re: 4 billion record limit?  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-general
I'm not too familiar with the postgres internals, but the oid tells
postgres where the row is stored in the filesystem. So by the time
you've run out of oid's you've probably run out of space on your
filesystem.

Paul Caskey wrote:
>
> PostgreSQL uses a hidden "oid" field to uniquely identify all records
> across all tables in all databases on a particular server.  On my
> platform, this number is an unsigned 32-bit integer, meaning 0 to about 4
> billion.
>
> 1. This implies a hard limit of 4 billion records on a server, right?
>
> 2. When I delete records, are those oids ever reused?
>
> --
> Paul Caskey             paul@nmxs.com           Software Engineer
> New Mexico Software     5041 Indian School NE   Albuquerque, NM 87110
> --

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

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