Re: How to use row caching to enable faster retrieval of rows in Cassandra

2012-06-27 Thread Nury Redjepow
You should read this page for settings http://www.datastax.com/dev/blog/caching-in-cassandra-1-1 Basically, you have to set row_cache size in yaml, and create table with caching flags - "all" or " rows_only", but beware that you shouldn't use row cache, if you using wide rows. Tue, 26 Jun 2012

How to use row caching to enable faster retrieval of rows in Cassandra

2012-06-26 Thread Prakrati Agrawal
Dear all, I am trying to understand whether I can fasten the retrieval process using cache. Please can you help me write the code for setting the cache properties in Cassandra. Please help Thanks and Regards Prakrati This email message may contain proprietary