想知道是否有任何设置指南可用于Datastax Cassandra的容量规划。如果有任何真实的用例可用于硬件和软件要求,以便利用具有DR和故障转移设置的完整Datastax堆栈,则带宽要求会更有用。我在Datstax文档中找到了建议,但想知道这是否足够。
答案 0 :(得分:1)
在您的系统上尝试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
END