[baseten-users] Large Object Support
Marko Karppinen
marko at karppinen.fi
Mon Feb 15 14:29:16 EET 2010
On 14.2.2010, at 13.49, Michael Ruepp wrote:
> I would be keen to see Large Object Support in the Framework. There are obvious advantages compared to bytea (streaming, seekable, no need to load the whole blob to memory).
>
> How is the baseten roadmap in that case?
>
> However, If one would try to implement by themself, where would be a good starting point?
Hi Michael -- there's nothing on the roadmap for this.
A good starting point would be to think about you you'd like this to appear on the Cocoa side. You can't seek an NSInputStream, so an NSData subclass would seem to be the way to go? Think about how you'd integrate that with the libpg functions for using large objects. When that's working, we could look at integrating it into BaseTen.
Marko
More information about the baseten-users
mailing list