What is the max size for a bytea field?

Started by u15074over 22 years ago3 messagesgeneral
Jump to latest
#1u15074
u15074@hs-harz.de

I'd like to know what the max size for a bytea field is.
I can't find any according information in the docs.

Thanks
Andreas

-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/

#2Joe Conway
mail@joeconway.com
In reply to: u15074 (#1)
Re: What is the max size for a bytea field?

u15074 wrote:

I'd like to know what the max size for a bytea field is.
I can't find any according information in the docs.

I believe the theoretical max is 2 ^ 30 (1,073,741,824 bytes, i.e. about
1 GB). However keep in mind that you'll need several times that
memory-wise for the various copies of the field while processing it.

Joe

#3scott.marlowe
scott.marlowe@ihs.com
In reply to: u15074 (#1)
Re: What is the max size for a bytea field?

On Mon, 14 Jul 2003, u15074 wrote:

I'd like to know what the max size for a bytea field is.
I can't find any according information in the docs.

somewhere around 1 gig, maybe 2.