Re: Maximum Size for Large Object / TOASTed Object

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Maximum Size for Large Object / TOASTed Object
Дата
Msg-id 1273.1045031010@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Maximum Size for Large Object / TOASTed Object  (Paul Ramsey <pramsey@refractions.net>)
Список pgsql-hackers
Paul Ramsey <pramsey@refractions.net> writes:
> What is the maximum size a large object can be in PostgreSQL?
> What is the maximum size a TOASTed object can be in PostgreSQL?

TOASTed fields max out at 1Gb.  Large objects max out at either 2 or 4 Gb
... I'm not sure whether we consistently use signed or unsigned
arithmetic for them.  (Probably they *should* max out at 4Gb, and if you
find any places that fail over 2Gb, those are bugs for which patches
will be gladly accepted.)
        regards, tom lane


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

Предыдущее
От: "Shridhar Daithankar"
Дата:
Сообщение: Re: Changing the default configuration (was Re: [pgsql-advocacy]
Следующее
От: ow
Дата:
Сообщение: Re: [pgsql-advocacy] PostgreSQL Benchmarks