Re: BYTEA with large files leads to OutOfMemory - Mailing list pgsql-jdbc

From Paul Thomas
Subject Re: BYTEA with large files leads to OutOfMemory
Date
Msg-id 20040317180738.C5355@bacon
Whole thread Raw
In response to BYTEA with large files leads to OutOfMemory  (Fuchs Clemens <clemens.fuchs@siemens.com>)
List pgsql-jdbc
On 17/03/2004 15:19 Fuchs Clemens wrote:
> 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?

I think you've got 2 options:

1) increase the amount of memory for the JVM

2) use the Large Object interface instead of bytea.

HTH

--
Paul Thomas
+------------------------------+---------------------------------------------+
| Thomas Micro Systems Limited | Software Solutions for
Business             |
| Computer Consultants         |
http://www.thomas-micro-systems-ltd.co.uk   |
+------------------------------+---------------------------------------------+

pgsql-jdbc by date:

Previous
From: Glenn Holmer
Date:
Subject: Re: updatable result sets
Next
From:
Date:
Subject: textfiles