Re: OID wraparound: summary and proposal

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: OID wraparound: summary and proposal
Дата
Msg-id 8173.997200947@sss.pgh.pa.us
обсуждение
Ответ на Re: OID wraparound: summary and proposal  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: OID wraparound: summary and proposal
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> This is a very interesting idea.  Have two oid counters, one for system
> tables and another for user tables.  It isolates problems with oid
> wraparound caused by large user tables.

Well, it'd keep user-space wraparound from affecting the system tables,
but given that the system tables have adequate defenses already (ie,
unique indexes) I'm not sure that there's any point.  It'd not improve
the picture for user-table OID uniqueness by any measurable degree.
        regards, tom lane


В списке pgsql-hackers по дате отправления: