mongodbreplicaset添加删除节点2种方法【点击查看详情】
mongodbreplicaset添加删除节点2种方法:replica set多服务器主从,添加,删除节点,肯定会经常遇到的。下面详细说明一下,添加,删除节点的2种方法。 一,利用rs.reconfig,来添加,删除节点 1,添加节点 repmore:PRIMARY config = {_id:repmore,members:[{_id:0,ho
相关视频/文章