Re: Streaming binary data into db, difference between Blob

Поиск
Список
Период
Сортировка
От Fernando Nasser
Тема Re: Streaming binary data into db, difference between Blob
Дата
Msg-id 3F5F3314.1070400@redhat.com
обсуждение исходный текст
Ответ на Re: Streaming binary data into db, difference between Blob  (Andreas Prohaska <ap@apeiron.de>)
Список pgsql-jdbc
Nicolas Modrzyk wrote:
> That sounds like really good idea.
>
> Just we can't map to bytea cause it is specific to Postgres, but I would
> definitely put this on the feature list for c-jdbc.
>

It is just a VARBINARY.  You just have to mind that PostgreSQL has a
very large maximum size for it while other databases are more
restrictive.  I guess his suggestion was to limit the chunk sizes to the
maximum size for the specific DBMS implementation.



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


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

Предыдущее
От: Nicolas Modrzyk
Дата:
Сообщение: Re: Streaming binary data into db, difference between Blob
Следующее
От: Andreas Prohaska
Дата:
Сообщение: Re: Streaming binary data into db, difference between Blob