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