AW: OID wraparound: summary and proposal

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SB
Тема AW: OID wraparound: summary and proposal
Дата
Msg-id 11C1E6749A55D411A9670001FA6879633683BF@sdexcsrv1.f000.d0188.sd.spardat.at
обсуждение исходный текст
Ответы Re: AW: OID wraparound: summary and proposal  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: OID wraparound: summary and proposal  (ncm@zembu.com (Nathan Myers))
Список 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 по дате отправления:

Предыдущее
От: mlw
Дата:
Сообщение: Re: OID wraparound: summary and proposal
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Re: [PATCHES] Allow IDENT authentication on local connections (Linux only)