Re: Streaming binary data into db, difference between Blob

Поиск
Список
Период
Сортировка
От Andreas Prohaska
Тема Re: Streaming binary data into db, difference between Blob
Дата
Msg-id A11D9B8C48C1D411AE0C000062A129947B1C68@ganymed.allocation.net
обсуждение исходный текст
Ответы Re: Streaming binary data into db, difference between Blob
Список pgsql-jdbc
Ahh, I don't know if that's a good idea.

Perhaps I didn't get you right, but this means that while
you can access your blobs with c-jdbc without problems, you
can no longer access them NOT using c-jdbc, because this would
require simulating the logical blob manager.



> 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.
>
> Thanks a lot for that.
>
> Nicolas,
>
> On Wed, 2003-09-10 at 16:14, 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.

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

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