Re: Problem while configuring key and row cache?

2012-08-23 Thread aaron morton
Use info…. $ bin/nodetool -h localhost info … Key Cache: size 672 (bytes), capacity 52428768 (bytes), 12 hits, 17 requests, 0.706 recent hit rate, 14400 save period in seconds Row Cache: size 0 (bytes), capacity 0 (bytes), 0 hits, 0 requests, NaN recent hit rate, 0 save period

Problem while configuring key and row cache?

2012-08-21 Thread Amit Handa
I started exploring apache cassandra 1.1.3. I am facing problem with how to improve performance of cassandra using caching configurations. I tried setting following configurations: ./nodetool -h 107.108.189.204 setcachecapacity DemoUser Users 25 0 ./nodetool -h 107.108.189.204

Re: Problem while configuring key and row cache?

2012-08-21 Thread Jonathan Ellis
setcachecapacity is obsolete in 1.1+. Looks like we missed removing it from nodetool. See http://www.datastax.com/dev/blog/caching-in-cassandra-1-1 for background. (Moving to users@.) On Tue, Aug 21, 2012 at 8:19 AM, Amit Handa amithand...@gmail.com wrote: I started exploring apache cassandra

Re: Problem while configuring key and row cache?

2012-08-21 Thread Amit Handa
Hi, Thanks Jonathan for your reply. I modified key_cache_size_in_mb and row_cache_size_in_mb values inside cassandra.yaml. but not able to see it's effect using command *./nodetool -h 107.108.189.212 cfstats*. Can u let me know how to verify that the setting for key_cache_size and