Re: Status of server side Large Object support? - Mailing list pgsql-hackers

From Thomas Hallgren
Subject Re: Status of server side Large Object support?
Date
Msg-id thhal-0GlCFAmEmcC4OKGXjgfe3pXUmneyR5P@mailblocks.com
Whole thread Raw
In response to Re: Status of server side Large Object support?  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Peter Eisentraut wrote:

>Am Sonntag, 28. November 2004 10:22 schrieb Thomas Hallgren:
>  
>
>>I'm in the phase of implementing CLOB's and BLOB's in PL/Java. I found
>>the inv_api.c and will use that as the base for my implementation.
>>    
>>
>
>The "inv_api" large objects are deprecated.  CLOBs and BLOBs should be based 
>on text and bytea, respectively.
>  
>
Hmm, ok. But there's no way to stream them in and out from disk. From 
what I can see, you have to bring all of it into memory. Not so ideal 
perhaps if you want to provide streaming media for thousands of users.

Hopefully I'm missing something.

Regards,
Thomas Hallgren




pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Status of server side Large Object support?
Next
From: Tatsuo Ishii
Date:
Subject: Re: Status of server side Large Object support?