4 billion record limit?

From: Paul Caskey <paul(at)nmxs(dot)com>
To: Postgres Users <pgsql-general(at)postgresql(dot)org>
Subject: 4 billion record limit?
Date: 2000-07-24 22:37:51
Message-ID: 397CC53F.FCC0533B@nmxs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-novice

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(at)nmxs(dot)com Software Engineer
New Mexico Software 5041 Indian School NE Albuquerque, NM 87110
--

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2000-07-24 23:03:34 Re: [General] Problems upgrading from v6.4.2 to v7.0.2
Previous Message Aaron Sethman 2000-07-24 22:37:47 Re: password encryption

Browse pgsql-novice by date

  From Date Subject
Next Message Desmond Coughlan 2000-07-24 22:44:20 Re: Finding Tables
Previous Message Desmond Coughlan 2000-07-24 22:27:54 RE: Finding Tables