Re: OID vs overall system performances on high load

PFC <lists@boutiquenumerique.com>

From: PFC <lists@boutiquenumerique.com>
To: "Andrew McMillan" <andrew@catalyst.net.nz>, "Eric Lauzon" <eric.lauzon@abovesecurity.com>
Cc: pgsql-performance@postgresql.org
Date: 2005-05-28T17:36:42Z
Lists: pgsql-performance

> The OID column is an extra few bytes on each row.  If you don't have any
> use for it (and let's face it: most of us don't), then create your
> tables "without OID".


	Also there are some useful hacks using the oid which don't work if it  
wraps around, thus preventing it from wrapping around by not using on  
every table could be useful in some cases...