Re: Streaming binary data into db, difference between Blob

Поиск
Список
Период
Сортировка
От Fernando Nasser
Тема Re: Streaming binary data into db, difference between Blob
Дата
Msg-id 3F5F3148.7040203@redhat.com
обсуждение исходный текст
Ответ на Re: Streaming binary data into db, difference between Blob  (Andreas Prohaska <ap@apeiron.de>)
Ответы Re: Streaming binary data into db, difference between Blob
Список pgsql-jdbc
Dave Tenny wrote:
> You could always implement your own logical blob manager that implements
> blob IDs
> and breaks blobs into BYTEA records of a particular (manageable) maximum
> size and associates
> multiple BYTEA chunks with the blob id.
>
> More work, but a least common denominator approach that should be
> portable to other systems as well.
>

However, bytea is _not_ streamed on 7.3 backends (unless the patch is
used, which actually uses postgreSQL Large Objects as a staging area).

That would be fine for 7.4 where bytea values will be streamed though.


--
Fernando Nasser
Red Hat Canada Ltd.                     E-Mail:  fnasser@redhat.com
2323 Yonge Street, Suite #300
Toronto, Ontario   M4P 2C9


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

Предыдущее
От: Dave Tenny
Дата:
Сообщение: Re: Streaming binary data into db, difference between Blob
Следующее
От: "Nick Fankhauser"
Дата:
Сообщение: Re: postgresql driver for JDBC !