Hi Ahmed, Casandra has a limitation to store value in to database. the maximum size is 2^31-1 byte. if you have more than 2^31-1 byte, I suggest you to create several chunk data.
On Mon, Apr 26, 2010 at 3:19 AM, S Ahmed <sahmed1...@gmail.com> wrote: > Is there a suggested sized maximum that you can set the value of a given > key? > > e.g. could I convert a document to bytes and store it as a value to a key? > if yes, which I presume so, what if the file is 10mb? or 100mb? >