Hello,

I have a question regarding the handling of large data with ojb on the
Postgres platform.

- I think Blobs are not supported on this platform, is that true ?
- What is the best way to tell ojb to fetch the data from a field on each
access to the field ?
- Is that better to manage that issue "by hand"

Right now i have an array of bytes as the field corresponding to the big
content, it's
working pertty well except that i get Out of memory errors because the data
stays on the heap.

Thank you for your advices.

Jean-Yves

Reply via email to