Re: Bulk writes and key cache
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
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