datstax cassandra安装指南

apeeds0o  于 2021-05-30  发布在  Hadoop
关注(0)|答案(1)|浏览(286)

想知道是否有任何设置指南可用于Datasax cassandra的容量规划。如果有任何真实世界的用例可用于硬件和软件需求,以利用具有灾难恢复和故障转移设置的完整datastax堆栈,则带宽需求将更为有用。我在datstax文档中找到了这些建议,但不知道这是否足够。

0vvn1miw

0vvn1miw1#

在你的系统上试试cassandra压力测试,根据输出你可以计算出硬件需求。单个节点的输出示例:

  1. Cassandra Performance on 1 Node Cluster Write operation:
  2. Results:
  3. op rate : 6636
  4. partition rate : 6636
  5. row rate : 6636
  6. latency mean : 30.1
  7. latency median : 25.9
  8. latency 95th percentile : 65.6
  9. latency 99th percentile : 94.3
  10. latency 99.9th percentile : 140.9
  11. latency max : 1381.2
  12. total gc count : 150
  13. total gc mb : 22123
  14. total gc time (s) : 8
  15. avg gc time(ms) : 51
  16. stdev gc time(ms) : 12
  17. Total operation time : 00:02:30
  18. END
展开查看全部

相关问题