Re: big data postgres platform

2006-01-27 Thread Jean-Yves Sironneau
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

Re: big data postgres platform

2006-01-25 Thread Thomas Dudziak
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

big data postgres platform

2006-01-25 Thread Jean-Yves Sironneau
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