Re: [GENERAL] bytea size limit?

Поиск
Список
Период
Сортировка
От Grzegorz Jaśkiewicz
Тема Re: [GENERAL] bytea size limit?
Дата
Msg-id 2f4958ff0901210555y8b02b8dpa9db2b15873bf23a@mail.gmail.com
обсуждение исходный текст
Ответ на bytea size limit?  (paulo matadr <saddoness@yahoo.com.br>)
Ответы Re: [GENERAL] bytea size limit?  (Kenneth Marshall <ktm@rice.edu>)
Список pgsql-admin
there's no real limit (its size is described with 32bit number, and
that's the only limitation here).
But you need to be aware, that content is sent over at once, so memory
is the limit in your case.

http://www.postgresql.org/docs/8.3/static/datatype-binary.html

For such large objects, it might be actually better to store them
separate as files, and just store file name.

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

Предыдущее
От: Kenneth Marshall
Дата:
Сообщение: Re: bytea size limit?
Следующее
От: Kenneth Marshall
Дата:
Сообщение: Re: [GENERAL] bytea size limit?