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

Поиск
Список
Период
Сортировка
От robert engels
Тема Re: BLOB is read into memory instead of streaming (bug?)
Дата
Msg-id 6A1ABD75-2DA6-4CD1-91FD-4EB39F66A566@ix.netcom.com
обсуждение исходный текст
Ответ на BLOB is read into memory instead of streaming (bug?)  (Andrew Perepelytsya <aperepel@gmail.com>)
Ответы Re: BLOB is read into memory instead of streaming (bug?)
Список pgsql-jdbc
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();

Oracle used to do a similar thing, and finally got with the program
and uses strict JDBC in their latest driver releases.


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

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