OIDS - Mailing list pgsql-novice

From Q Beukes
Subject OIDS
Date
Msg-id 446B155B.3050400@postgresql.org
Whole thread Raw
Responses Re: OIDS
List pgsql-novice
Hey,

I have a few questions/thoughts about OIDS.

1. What are the pros/cons of having them against not having them in your
table.
2. Are they unique throughout tables/database/postgres setup.
3. If they are unique throughout the system, a 4 byte integer can be used up
    pretty quickly in large/busy systems. How does postgres handle the
overflow?
4. I noticed that it must be the same "counter" that is used in all
INSERTS no matter what
    database you are in. And to accommodate for large databases having
unique oids,
    I figured postgres probably only makes them unique in tables. But if
it overflows
    how does postgres determine which OID this db/table hasn't used yet?

regards
Q Beukes



pgsql-novice by date:

Previous
From: Q Beukes
Date:
Subject: Database Size Limits
Next
From: David Gaudine
Date:
Subject: Querying from two tables as if they were appended