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.