Re: OID vs overall system performances on high load - Mailing list pgsql-performance

From Tom Lane
Subject Re: OID vs overall system performances on high load
Date
Msg-id 18634.1117403238@sss.pgh.pa.us
Whole thread Raw
In response to OID vs overall system performances on high load  ("Eric Lauzon" <eric.lauzon@abovesecurity.com>)
List pgsql-performance
"Eric Lauzon" <eric.lauzon@abovesecurity.com> writes:
> I am still in the dark due to my lack of knowledge on internal OID management,but
> i would presume that a table with OID enable and that has high load would require
> some more work from pgsql internal to maintain the OID index for the database.

There is no "OID index"; at least not unless you choose to create one
for a given table.  The only thing particularly special about OID is
that there is an internal database-wide sequence generator for assigning
new values.  Otherwise it works a whole lot like a serial column.

            regards, tom lane

pgsql-performance by date:

Previous
From: Andrew McMillan
Date:
Subject: Re: OID vs overall system performances on high load
Next
From: Neil Conway
Date:
Subject: Re: OID vs overall system performances on high load