OIDS

Поиск
Список
Период
Сортировка
От Q Beukes
Тема OIDS
Дата
Msg-id 446B155B.3050400@postgresql.org
обсуждение исходный текст
Ответы Re: OIDS  (Bruno Wolff III <bruno@wolff.to>)
Список pgsql-novice
Hey,

I have a few questions/thoughts about OIDS.

1. What are the pros/cons of having them against not having them in your
table.
2. Are they unique throughout tables/database/postgres setup.
3. If they are unique throughout the system, a 4 byte integer can be used up
    pretty quickly in large/busy systems. How does postgres handle the
overflow?
4. I noticed that it must be the same "counter" that is used in all
INSERTS no matter what
    database you are in. And to accommodate for large databases having
unique oids,
    I figured postgres probably only makes them unique in tables. But if
it overflows
    how does postgres determine which OID this db/table hasn't used yet?

regards
Q Beukes



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

Предыдущее
От: Q Beukes
Дата:
Сообщение: Database Size Limits
Следующее
От: David Gaudine
Дата:
Сообщение: Querying from two tables as if they were appended