Set the caching attribute for the CF. It defaults to keys_only, other values are both or rows_only.
See http://www.datastax.com/dev/blog/caching-in-cassandra-1-1 Cheers ----------------- Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com On 19/09/2012, at 1:34 PM, Jason Wee <peich...@gmail.com> wrote: > which version is that? in version, 1.1.2 , nodetool does take the column > family. > > setcachecapacity <keyspace> <cfname> <keycachecapacity> <rowcachecapacity> - > Set the key and row cache capacities of a given column family > > On Wed, Sep 19, 2012 at 2:15 AM, rohit reddy <rohit.kommare...@gmail.com> > wrote: > Hi, > > Is it possible to enable row cache per column family after the column family > is created. > > nodetool setcachecapacity does not take the column family as input. > > Thanks > Rohit >