Re: Bulk writes and key cache

2014-02-03 Thread Robert Coli
On Mon, Feb 3, 2014 at 10:03 AM, Daning Wang wrote: > Does Cassandra put keys in key cache during the write path? > No. =Rob

Bulk writes and key cache

2014-02-03 Thread Daning Wang
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? Tha