Out of memory error while uploading file into a blob
Posted
by stacker
on Server Fault
See other posts from Server Fault
or by stacker
Published on 2010-06-09T11:32:14Z
Indexed on
2010/06/09
11:42 UTC
Read the original article
Hit count: 288
windows-vista
|postgresql
I received a out of memory error
SQL Error: 0, SQLState: 53200
from postgres while trying to upload a 10MB file into a single row with a column of blob-type bytea
.
Which configuration parameters should be changed to allow inserts of this size, or should this work out of the box without modifications?
Is there an option like in informix-db to create so called blob-spaces?
© Server Fault or respective owner