Re: Tuning Cassandra 2.1 for High Writes and Immediate Reads

2015-06-16 Thread Sebastian Estevez
If you use clustering order by and need to keep the top rows in cache, look at the row cache in 2.1. http://www.datastax.com/dev/blog/row-caching-in-cassandra-2-1 On Jun 16, 2015 5:39 AM, "Pracheer Agarwal" wrote: > Hi, > > We are evaluating Cassandra 2.1 for our new production system. The > fol

Tuning Cassandra 2.1 for High Writes and Immediate Reads

2015-06-16 Thread Pracheer Agarwal
Hi, We are evaluating Cassandra 2.1 for our new production system. The following are the requirements: 1. 15K writes/sec with 5 KB blob in a single column of a column family, 2. This is followed by immediate Reads by multiple consumer threads, the read requires us to return entire Row and not onl