What is the max size for a bytea field?
Started by u15074over 22 years ago3 messagesgeneral
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/
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