想知道是否有任何设置指南可用于Datasax cassandra的容量规划。如果有任何真实世界的用例可用于硬件和软件需求,以利用具有灾难恢复和故障转移设置的完整datastax堆栈,则带宽需求将更为有用。我在datstax文档中找到了这些建议,但不知道这是否足够。
0vvn1miw1#
在你的系统上试试cassandra压力测试,根据输出你可以计算出硬件需求。单个节点的输出示例:
Cassandra Performance on 1 Node Cluster Write operation:Results:op rate : 6636partition rate : 6636row rate : 6636latency mean : 30.1latency median : 25.9latency 95th percentile : 65.6latency 99th percentile : 94.3latency 99.9th percentile : 140.9latency max : 1381.2total gc count : 150total gc mb : 22123total gc time (s) : 8avg gc time(ms) : 51stdev gc time(ms) : 12Total operation time : 00:02:30END
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
1条答案
按热度按时间0vvn1miw1#
在你的系统上试试cassandra压力测试,根据输出你可以计算出硬件需求。单个节点的输出示例: