In fact i'am able to persist my data using an array of bytes like that :
/**
* @ojb.field
*/
private byte[] primaryContent;
But my problem is that when i retrieve a lot of objects having this type of
attribute, i get an OutOfMemory error, and the blob , has i understand it
allow to
have a "refere
On 1/25/06, Jean-Yves Sironneau <[EMAIL PROTECTED]> wrote:
> 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 eac
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