Re: OIDs

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: OIDs
Дата
Msg-id Pine.LNX.4.30.0106301820030.880-100000@peter.localdomain
обсуждение исходный текст
Ответ на OIDs  ("Kapil Tilwani" <karan_pg_2@yahoo.com>)
Список pgsql-general
Kapil Tilwani writes:

> What happens when OIDs overflow?

You might get spurious problems when you are altering your schema (unique
contraint violations on the system catalogs), but those can be overcome by
manually advancing the oid past the area used by the system.

> What are XIDs?

transaction ids

> What if they overflow?

Your database system evaporates.  Seriously.

> Secondly, OIDs are always sequential, right?  Cant they be random....

That would be significantly harder to keep track of.

> I wouldnt like to keep a track (or from anyone finding out) which record came in first...

That wouldn't be very hard to find out without the oids either.

--
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter


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

Предыдущее
От: "Kapil Tilwani"
Дата:
Сообщение: OIDs
Следующее
От: "Eric G. Miller"
Дата:
Сообщение: Re: about PostgreSQL...(important)