Re: OID Perfomance - Object-Relational databases - Mailing list pgsql-sql

From Bruce Momjian
Subject Re: OID Perfomance - Object-Relational databases
Date
Msg-id 200010091919.PAA11482@candle.pha.pa.us
Whole thread Raw
In response to Re: OID Perfomance - Object-Relational databases  ("Josh Berkus" <josh@agliodbs.com>)
List pgsql-sql
[ Charset ISO-8859-1 unsupported, converting... ]
> Bruce, Tom, etc.:
> 
> > > This is what I mean.  Does the DB engine only recycle
> > > *unused* OIDs (that is, does it check for teh continued
> > > existance of a tuple with OID 198401)?  If that's the
> > > method, then there isn't really a problem even if I do
> > use
> > > OIDs as a primary index.  None of my OIDs still in use
> > will
> > > be touched.
> > 
> > 
> > No, it uses all oids, and can create duplicates.
> 
> Does this mean that Tom's "Wraparound Ragnarok" is the
> accurate scenario?

Yes.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-sql by date:

Previous
From: "Josh Berkus"
Date:
Subject: Re: OID Perfomance - Object-Relational databases
Next
From: Tom Lane
Date:
Subject: Re: OID Perfomance - Object-Relational databases