Re: large object max size

From: Thomas Markus <t(dot)markus(at)proventis(dot)net>
To:
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: large object max size
Date: 2012-10-16 10:25:13
Message-ID: 507D3609.6000602@proventis.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2012-10-16 23:28:13 Re: bug report: slow getColumnTypeName
Previous Message dmp 2012-10-14 16:40:25 Re: drop in performance using jdbc driver version 9