> Yaa... thats the reason why I'm trying to find out whether Cassandra itself > has some trick to do it (maybe, some sort of configuration/list support for > row-caching - wishful thinking!) > > Any suggestions?
You'll have to write code to switch out the row cache implementation. But I recommend checking out: https://issues.apache.org/jira/browse/CASSANDRA-1283 https://issues.apache.org/jira/browse/CASSANDRA-1969 If it can be done via that the nice thing is that you don't loose consistency. -- / Peter Schuller (@scode on twitter)