码迷,mamicode.com
首页 > 数据库 > 详细

griddb 集群大小评估算法

时间:2020-02-12 11:00:12      阅读:98      评论:0      收藏:0      [点我收藏+]

标签:ocs   span   asc   data   number   container   href   its   -o   

griddb 官方提供了一套计算公式,我们可以用来方便的评估集群规模以及使用的资源大小

总内存使用

  • 需要考虑的因素
row 数据的大小
需要注册的rows
  • 评估公式

    此为单collection 的,总的需要计算所有的集合

Memory capacity used = row data size × no. of registered rows ÷ 0.75 + 8 × no. of registered rows × (assigned index number + 2) ÷ 0.66 (byte)

集群节点数量

  • 需要评估的因素
每台机器的内存资源
副本数
  • 评估公式
No. of nodes = (Total memory usage ÷ machine memory size) × no. of replicas (units)

参考资料

https://griddb.net/en/docs/documents/6-2_sizing-and-scaling.php

griddb 集群大小评估算法

标签:ocs   span   asc   data   number   container   href   its   -o   

原文地址:https://www.cnblogs.com/rongfengliang/p/12297851.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!