翻译或纠错本页面
集群部署教程¶
以下的教程提供了集群部署的信息.
- 部署一个集群
创建所需要的目录,启动所需要的MongoDB实例,之后配置集群来完成集群的部署.
- 选择片键需要考虑的事情
选择MongoDB用来将数据分发到分片中的字段,每个分片存储某个范围内的部分数据.
- 使用哈希片键对集合分片
使用哈希分片以保证集群中分片间数据的均匀.
- 向集群中添加分片
添加分片对集群进行扩容
- 将复制集转化到一个分片集群
- Convert a replica set to a sharded cluster in which each shard is its own replica set.
- Upgrade Config Servers to Replica Set
- Convert three mirrored config servers to a replica set. The procedure does not require any downtime. Requires MongoDB version 3.2.4 or greater.
- Upgrade Config Servers to Replica Set (Downtime)
- Convert three mirrored config servers to a replica set. The procedure requires downtime.
- 将一个集群转化为复制集
- Replace your sharded cluster with a single replica set.