Re: Key Cache Questions

2014-12-19 Thread Ryan Svihla
if you have JNA installed it's stored off-heap in ram, without JNA it's stored on heap in ram. The following should help explain in more depth http://www.datastax.com/dev/blog/maximizing-cache-benefit-with-cassandra On Fri, Dec 19, 2014 at 8:35 AM, Batranut Bogdan wrote: > > Hello all, > I just

Key Cache Questions

2014-12-19 Thread Batranut Bogdan
Hello all,I just read that the default size of the Key cache is 100 MB. Is it stored in memory or disk?