Re: value size, is there a suggested limit?

2010-04-26 Thread Schubert Zhang
I think that is not what cassandra good at. On Mon, Apr 26, 2010 at 4:22 AM, Mark Greene green...@gmail.com wrote: http://wiki.apache.org/cassandra/CassandraLimitations On Sun, Apr 25, 2010 at 4:19 PM, S Ahmed sahmed1...@gmail.com wrote: Is there a suggested sized maximum that you can set

Re: value size, is there a suggested limit?

2010-04-26 Thread dir dir
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

value size, is there a suggested limit?

2010-04-25 Thread S Ahmed
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?

Re: value size, is there a suggested limit?

2010-04-25 Thread Mark Greene
http://wiki.apache.org/cassandra/CassandraLimitations On Sun, Apr 25, 2010 at 4:19 PM, 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