Re: Using cassandra as key /value store

2010-03-25 Thread Jonathan Ellis
Cassandra gives you a superset of simple key/value, so why not? reddit is using Cassandra like this, fwiw. On Thu, Mar 25, 2010 at 10:55 AM, Anurag Gujral wrote: > Hi All, >   I am  designing an application where I  need to store data as > key-value pair without the present need to use c

Using cassandra as key /value store

2010-03-25 Thread Anurag Gujral
Hi All, I am designing an application where I need to store data as key-value pair without the present need to use column/super-column family stuff. Does my use case fits Cassandra. My traffic will be 70-80% read traffic.The latency requirements are 100ms. Thanks Anurag