search

Home  >  Q&A  >  body text

mongodb 集群的问题.

刚开始接触 mongodb 我在本地两个 虚拟机中分别安装了 mongodb

现在集群成功了, 主可增删改查, 备能收到.

但是问题是 备里的数据 count 什么的都对,但是查询查询不到, 请问怎么能解决呢?

还有一个问题, 在 nodejs 里指向一个 mongodb 服务器, 那么这个服务器挂了,

集群会切换到另外一个服务器, 那么程序上怎么知道我应该使用哪个服务器?

然后刚刚还发现了另外一个问题, 我在主上添加了一个数据库 mytest 也创建了 collection 添加了数据

但是没有同步到备上, 是需要设定指定的库吗?

仅有的幸福仅有的幸福2764 days ago587

reply all(1)I'll reply

  • 淡淡烟草味

    淡淡烟草味2017-04-25 09:06:26

    1. Use rs.slaveOk()
    2. It seems that we can only let the program judge.
    3. Because the content you tested is out of sync, just remove it and add it again.

    reply
    0
  • Cancelreply