Re: Row caching in Cassandra 1.1 by column family

2012-06-19 Thread Jonathan Ellis
rows_cached is actually obsolete in 1.1. New hotness explained here: http://www.datastax.com/dev/blog/caching-in-cassandra-1-1 On Mon, Jun 18, 2012 at 7:43 PM, Chris Burroughs wrote: > Check out the "rows_cached" CF attribute. > > On 06/18/2012 06:01 PM, Oleg Dulin wrote: >> Dear distinguished c

Re: Row caching in Cassandra 1.1 by column family

2012-06-18 Thread Chris Burroughs
Check out the "rows_cached" CF attribute. On 06/18/2012 06:01 PM, Oleg Dulin wrote: > Dear distinguished colleagues: > > I don't want all of my CFs cached, but one in particular I do. > > How can I configure that ? > > Thanks, > Oleg >