当前位置:  开发笔记 > 前端 > 正文

Cassandra复制系统 - 它是如何工作的

如何解决《Cassandra复制系统-它是如何工作的》经验,为你挑选了1个好方法。



1> Schildmeijer..:

Cassandra在写入时复制,是的,但它也使用Hinted Handoff,Read Repair和Anti Entropy来减少不一致窗口.

如果插入一个auto_bootstrap设置为true的新节点,该节点将从集群中的其他节点获取适当的数据.

来自cassandra.yaml(0.6.x中的storage-conf.xml)关于auto_bootstrap:

Set to true to make new [non-seed] nodes automatically migrate the right data to themselves. 

推荐阅读
惬听风吟jyy_802
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有