【发布时间】:2018-10-08 17:26:36
【问题描述】:
从slide 的第 11 页开始,memtable_allocation_type Cassandra 允许将 memtables 和键缓存对象保留在本机内存中,而不是 Java JVM 堆中。但我没有发现其他证据表明 memtable_allocation_type 可以改变 key cache 的位置。
我正在使用 apache-cassandra 3.11.3,并且正遭受低键缓存命中率的困扰。由于增加密钥缓存大小会导致长时间 gc,有没有办法将密钥缓存移动到堆外内存?
【问题讨论】: