Re: query : max size Bytea

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: query : max size Bytea
Дата
Msg-id b42b73150712200953j799ae88am5b0d9648fcab1af6@mail.gmail.com
обсуждение исходный текст
Ответ на Re: query : max size Bytea  (Andrew Chernow <ac@esilo.com>)
Список pgsql-hackers
On Dec 20, 2007 12:47 PM, Andrew Chernow <ac@esilo.com> wrote:
> Arunachalam Parthasarathy wrote:
> bytea uses up to 4 bytes to represent the binary string length (signed
> 32-bit integer).  So the max data size is 2G.

max data size is 2g, but only large objects can hit that...1gb limit
comes from toast and applies to pretty much anything else
(http://www.postgresql.org/docs/8.3/static/storage-toast.html).

merlin


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

Предыдущее
От: Andrew Chernow
Дата:
Сообщение: Re: query : max size Bytea
Следующее
От: Andrew Chernow
Дата:
Сообщение: Re: query : max size Bytea