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 <r...@twitter.com> > On Thu, Jan 13, 2011 at 2:38 PM, Victor Kabdebon > <victor.kabde...@gmail.com> 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 columns and if yes > does > > it work well ? Is there any drawbacks using this method ? > > I haven't benchmarked this myself, but I think you'll want to chunk > your content into multiple columns in the same row. > > -ryan >