您的位置:首页 > 数据库 > Mongodb

Replication(Chapter 9 of MongoDB The Definitive Guild)

2010-10-14 21:18 591 查看
  A replica set is basically a master-slave cluster with automatic failover. The biggest difference between a master-slave cluster and a replica set is that a replica set does not have a single master: one is elected by the cluster and may change to another node if the current master goes down.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: