Re: BLOB is read into memory instead of streaming (bug?)

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: BLOB is read into memory instead of streaming (bug?)
Дата
Msg-id 481A55E2.1080000@ejurka.com
обсуждение исходный текст
Ответ на Re: BLOB is read into memory instead of streaming (bug?)  (robert engels <rengels@ix.netcom.com>)
Ответы Re: BLOB is read into memory instead of streaming (bug?)  (robert engels <rengels@ix.netcom.com>)
Список pgsql-jdbc

robert engels wrote:
> This seems like a very bad impl - at least for JDBC.
>
> Why are the details of this access not hidden in the JDBC driver? The
> column type is the only thing that a user should be concerned with.
>
> Why would someone want to code proprietary Postgres code just to access
> BLOBs?
>
> The JDBC blob API is very good. Using either the BLOB/locator interface
> or the getInputStream();
>

I think you've misunderstood me.  The documentation shows using a
proprietary API, but get/setBlob works just fine.  I pointed to the
documentation because it explains some of the differences between the
bytea and large object datatypes.  It's really that the documentation
needs an additional example for the standard blob usage.

Kris Jurka


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: robert engels
Дата:
Сообщение: Re: BLOB is read into memory instead of streaming (bug?)
Следующее
От: robert engels
Дата:
Сообщение: Re: BLOB is read into memory instead of streaming (bug?)