Hi,
I'm working on a project, which has to deal with files being uploaded to the DB. I created a table using the BYTEA datataype and uploading small files works great. But with larger files - I tested with 2.5 MB file - the memory consumption raises incredibly and leads to a OutOfMemory exception.
I noticed several discussions about this topic, but found no solution.
Can someone help me?
thanks,
Clemens