Re: large object max size

Поиск
Список
Период
Сортировка
От Thomas Markus
Тема Re: large object max size
Дата
Msg-id 507D3609.6000602@proventis.net
обсуждение исходный текст
Ответ на large object max size  (pramodh reddy <pramodh.mereddy@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: dmp
Дата:
Сообщение: Re: drop in performance using jdbc driver version 9
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: bug report: slow getColumnTypeName