On Mon, Jan 19, 2015 at 11:57 PM, nitin padalia <padalia.ni...@gmail.com> wrote:
> If I've enable row cache for some column family, when I request some > row which is not from the begining of the partition, then cassandra > doesn't populate, row cache. > > Why it is so? For older version I think it was because we're saying > the its caching complete merged partition so, incomplete partition > can't reside in row cache. > > However in new version since we could resize the cache, so why not we > populate from other than the start? > https://issues.apache.org/jira/browse/CASSANDRA-5357 Has the details of the new row version of the row cache. =Rob