blob fields limit ? or record limit ?
Posted: Wed 05 Jan 2011 08:33
I have a table where I memorize the files. There is clearly a blob field where I store the file.
I read that the limit of postgres is 2gig byte blob field. I get an error "out of memory " on the POST command after adding the command:
TBlobField (PgAdd.FieldByName ('FileStream')). LoadFromFile (AFilename);
a file size of 500 mega bytes.
that it limits your component?
best regards
carlo narcisi
I read that the limit of postgres is 2gig byte blob field. I get an error "out of memory " on the POST command after adding the command:
TBlobField (PgAdd.FieldByName ('FileStream')). LoadFromFile (AFilename);
a file size of 500 mega bytes.
that it limits your component?
best regards
carlo narcisi