Re: Storing big objects into columns

2011-01-14 Thread Peter Schuller
> In a project I would like to store "big" objects in columns, serialized. For > example entire images (several Ko to several Mo), flash animations (several > Mo) etc... > Does someone use Cassandra with those relatively big columns and if yes does > it work well ? Is there any drawbacks using this

Re: Storing big objects into columns

2011-01-13 Thread Victor Kabdebon
Ok thank you very much for these information ! If somebody has more insights on this matter I am still interested ! Victor K. 2011/1/13 Ryan King > On Thu, Jan 13, 2011 at 2:44 PM, Victor Kabdebon > wrote: > > Is there any recommanded maximum size for a Column ? (not the very upper > > limit w

Re: Storing big objects into columns

2011-01-13 Thread Ryan King
On Thu, Jan 13, 2011 at 2:44 PM, Victor Kabdebon wrote: > Is there any recommanded maximum size for a Column ? (not the very upper > limit which is 2Gb) > Why is it useful to chunk the content into multiple columns ? I think you're going to have to do some tests yourself. You want to chunk it so

Re: Storing big objects into columns

2011-01-13 Thread Victor Kabdebon
Is there any recommanded maximum size for a Column ? (not the very upper limit which is 2Gb) Why is it useful to chunk the content into multiple columns ? Thank you, Victor K. 2011/1/13 Ryan King > On Thu, Jan 13, 2011 at 2:38 PM, Victor Kabdebon > wrote: > > Dear all, > > In a project I would

Re: Storing big objects into columns

2011-01-13 Thread Ryan King
On Thu, Jan 13, 2011 at 2:38 PM, Victor Kabdebon wrote: > Dear all, > In a project I would like to store "big" objects in columns, serialized. For > example entire images (several Ko to several Mo), flash animations (several > Mo) etc... > Does someone use Cassandra with those relatively big colum