Re: large object max size - Mailing list pgsql-jdbc

From Thomas Markus
Subject Re: large object max size
Date
Msg-id 507D3609.6000602@proventis.net
Whole thread Raw
In response to large object max size  (pramodh reddy <pramodh.mereddy@gmail.com>)
List pgsql-jdbc
Hi,

it depends. If you access blobs via byte[] (i think) the limit is at 1GB
We use streams with lo module in one project and have some entries with
more than 4GB in access with a java runtime with less than 2GB memory.
Works as expected.

best regards
Thomas

On 11.10.2012 17:52, pramodh reddy wrote:
> What is the maximum size of large object supported by the latest JDBC
> driver ?
> Regards,
> Pramodh



pgsql-jdbc by date:

Previous
From: dmp
Date:
Subject: Re: drop in performance using jdbc driver version 9
Next
From: Dave Cramer
Date:
Subject: Re: bug report: slow getColumnTypeName