You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by nitin padalia <pa...@gmail.com> on 2015/01/20 08:57:55 UTC

Why Cassandra 2.1.2 couldn't populate row cache in between

Hi,

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?

Nitin Padalia

Re: Why Cassandra 2.1.2 couldn't populate row cache in between

Posted by Robert Coli <rc...@eventbrite.com>.
On Mon, Jan 19, 2015 at 11:57 PM, nitin padalia <pa...@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