Exactly right - I wrote BlobInputStream and BlobOutputStream classes to
go with a Blob class.
I use 1MB for the block size, but I haven't done any performance
testing. I went small to favor low memory and bandwidth foot prints.
I'd, of course, be very interested in any performance tests.
On
On 06/22/2011 01:23 AM, Damien Picard wrote:
>store your images / documents / etc. somewhere and reference them
>in Cassandra. That's the consensus that's been bandied about on this
>list quite frequently
I store large files in Cassandra using columns for file blocks. I have
a simple blo