AW: OID wraparound: summary and proposal - Mailing list pgsql-hackers

From Zeugswetter Andreas SB
Subject AW: OID wraparound: summary and proposal
Date
Msg-id 11C1E6749A55D411A9670001FA6879633683BF@sdexcsrv1.f000.d0188.sd.spardat.at
Whole thread Raw
Responses Re: AW: OID wraparound: summary and proposal
Re: OID wraparound: summary and proposal
List pgsql-hackers
> Strangely enough, I've seen no objection to optional OIDs
> other than mine. Probably it was my mistake to have formulated
> a plan on the flimsy assumption. 

I for one am more concerned about adding additional per
tuple overhead (moving from 32 -> 64bit) than loosing OID's
on some large tables. Imho optional OID's is the best way to combine 
both worlds. OID's only where you absolutely need them, and thus
a good chance that wraparound does not happen during the lifetime of 
one application. (And all this by reducing overhead, and not adding 
overhead :-)

Andreas 


pgsql-hackers by date:

Previous
From: mlw
Date:
Subject: Re: OID wraparound: summary and proposal
Next
From: Bruce Momjian
Date:
Subject: Re: Re: [PATCHES] Allow IDENT authentication on local connections (Linux only)