将MongoDB repl更改为shard,何时应该重新启动我的应用程序?

时间:2015-09-21 02:39:18

标签: mongodb

我需要将MongoDB repl更改为分片群集,如文档所示:

我当前的rs是rs0,还有一个新的rs1。

  1. 运行mongo-config服务器。
  2. run mongos
  3. 连接到mongos
  4. 添加分片(rs0)
  5. 添加分片(rs1)
  6. enableSharding(数据库)
  7. 为将要分片的集合
  8. 创建共享密钥的索引
  9. enableSharding(集合)
  10. 我的问题是,在哪一步之后,我应该重启我的应用程序以让应用程序连接到mongos而不是rs0?

0 个答案:

没有答案