我想知道是否有任何设置指南可用于Datastax Cassandra的容量规划。如果有任何实际使用案例可用于满足硬件和软件要求,以利用具有灾难恢复和故障切换设置的完整Datastax堆栈,则带宽要求将更加有用。我在Datstax文档中找到了这些建议,但我想知道这是否足够了。
发布于 2014-12-14 21:12:26
在您的系统上尝试Cassandra压力测试,您可以根据输出计算硬件需求。单节点输出示例:
Cassandra Performance on 1 Node Cluster Write operation:
Results:
op rate : 6636
partition rate : 6636
row rate : 6636
latency mean : 30.1
latency median : 25.9
latency 95th percentile : 65.6
latency 99th percentile : 94.3
latency 99.9th percentile : 140.9
latency max : 1381.2
total gc count : 150
total gc mb : 22123
total gc time (s) : 8
avg gc time(ms) : 51
stdev gc time(ms) : 12
Total operation time : 00:02:30
ENDhttps://stackoverflow.com/questions/27465101
复制相似问题