cassandra memtable flush出了点问题

时间:2016-03-18 08:43:58

标签: cassandra

cassandra 3.0参考文件。 有两种方法可以刷新memtable。 一个是memtable_heap, 另一个是提交日志我在文档中看到了这一点。 memtable_heap_space_in_mb基于memtable_cleanup_threshold触发刷新。

1.so超过memtable_heap_space_in_mb的值* memtable_cleanup_threshold将刷新memtable,而不仅仅是memtable_heap_space vlaue。是吗?

2.memtable_cleanup_threshold(默认值:0.11 1 /(memtable_flush_writers + 1))注意memtable_cleanup_threshold默认值为0.11但也表示值= 1 /(memtable_flush_writers + 1)memtable_flush_writers的默认值为1.所以memtable_cleanup_threshold应为0.5,不是0.11我对此感到困惑。

3.how可以查询这些参数的实际值吗?

4.经常冲洗更好吗?我将10M记录插入DB。但插入率不能稳定。 我认为membtable配置有问题。 我怎样才能调整配置。 click to view insert info

0 个答案:

没有答案