I am using DSE-2.2. Is there a way to limit the no.of rows cached with Cassandra 1.1?
In Cassandra 1.0 we had "rows_cached" defined at ColumnFamily that could control how much fraction to cache. Is there a similar functionality with Cassandra 1.1?
Lets say I have a row with 10 million rows and I want to cache only 10 percent of the rows. How would I do that in Cassandra 1.1?
