Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Cassandra 提供受控一致性,例如“写入 2 个节点并告诉我它已完成”。两个“主”节点和一些从节点使系统具有良好的故障转移能力。
MongoDB 提供复制对 - 类似 cassandra 的故障转移力?是否有任何其他具有此表单框功能的数据库?
Cassandra 是一个完全分布式的系统,因此不需要显式故障转移。如果您发送请求的机器死机,您只需重新连接到另一台(RRDNS、haproxy,任何方法都可以)。甚至丢失整个数据中心也由 Cassandra 处理,您的应用程序无需关心。