AW: Postgres, Cocoon and Blobs

2006-07-27 Thread Jens Reufsteck
I meanwhile tried with the DatabaseReader: Postgres can store large objects internally and then saves only a reference in the actual table. The DatabaseReader retrieves the reference using ResultSet.getBinaryStream(). ResultSet.getBlob() retrieves the large object - maybe something for future impr

Re: AW: Postgres, Cocoon and Blobs

2006-07-27 Thread Bertrand Delacretaz
On 7/27/06, Jens Reufsteck <[EMAIL PROTECTED]> wrote: ...Postgres can store large objects internally and then saves only a reference in the actual table. The DatabaseReader retrieves the reference using ResultSet.getBinaryStream(). ResultSet.getBlob() retrieves the large object - maybe something