You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Daning Wang <da...@netseer.com> on 2014/02/03 19:03:52 UTC

Bulk writes and key cache

Does Cassandra put keys in key cache during the write path?

If I have two tables, the key cache for the first table was warmed up
nicely, and I want to insert millions rows in the second table, and there
is no read on the second table yet, will that affect cache hit ratio for
the first table?

Thanks,

Daning

Re: Bulk writes and key cache

Posted by Robert Coli <rc...@eventbrite.com>.
On Mon, Feb 3, 2014 at 10:03 AM, Daning Wang <da...@netseer.com> wrote:

> Does Cassandra put keys in key cache during the write path?
>

No.

=Rob