Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的问题很愚蠢,很抱歉。
MongoReplicaSetClient使用而不是MongoClient甚至用于一台服务器,然后尝试随着时间的推移使用它是一个好主意Horizontal Scale Strategy吗?
MongoReplicaSetClient
MongoClient
副本集与水平扩展策略(即分片)无关。
副本集用于高可用性 - 将数据复制到其他服务器。您可以将一台服务器配置为只有一个成员的副本集,当然,这不会为您提供任何高可用性,因为如果该节点发生故障,则没有任何东西可以故障转移。