Re: Large objects oids

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Large objects oids
Дата
Msg-id 22473.1213124303@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Large objects oids  (David Wall <d.wall@computer.org>)
Ответы Re: Large objects oids
Список pgsql-general
David Wall <d.wall@computer.org> writes:
> Since large objects use OIDs, does PG 8.3 have a limit of 4 billion
> large objects across all of my various tables

Yup, and in practice you'd better have a lot less than that or assigning
a new OID might take a long time.

> (actually, I presume OIDs
> are used elsewhere besides just large objects)?

They are, but this isn't relevant to large objects.  The uniqueness
requirement is only per-catalog.

> Is there any plan on allowing large objects to support more than 2GB?

No, it's not on the radar screen really.

            regards, tom lane

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

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: [ANNOUNCE] PostgreSQL Software Catalogue
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: pg_query & $result re-fill