Re: query : max size Bytea

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: query : max size Bytea
Дата
Msg-id 162867790712200946i7ba8eb92v908ac595c0c35aee@mail.gmail.com
обсуждение исходный текст
Ответ на query : max size Bytea  ("Arunachalam Parthasarathy" <arunachalamamsam@gmail.com>)
Список pgsql-hackers
Hello

there are limits:       Maximum size for a table?                16 TB       Maximum size for a row?
1.6TB      Maximum size for a field?                1 GB
 

But my experience is, on older servers with RAM < 2G is +/- 20M long
bytea slow and it is better use BLOB, that is much faster for longer
items.

Regards
Pavel Stehule

On 20/12/2007, Arunachalam Parthasarathy <arunachalamamsam@gmail.com> wrote:
> hi,
> i would request you to answer the following query:
>
> 1. What is the maximum size of data  single Bytea entry in column?
>
> i would be thankful to you for the above request
> .
> P.S : my current reqirement is to add more that 1 gb of data in a
> single entry of type bytea column in each row.
>
> Thanks and regards
> Arunachalam
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
>                http://archives.postgresql.org
>


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

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