Details
-
Improvement
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
None
-
4
-
true
Description
MongoDB 2.8 raises the limit on RS members. List the driver versions that are recommended for use with large replica sets.
jeff.yemin and jesse think these will work:
- C# Driver 1.10
- Java Driver 2.13
- PyMongo 3.0+
- Ruby Driver 2.0+
- Node Driver 2.0+
The others (C, C++, Perl, PHP, and previous versions of PyMongo, Ruby, and Node) discover and monitor replica set members serially so they will not perform well with large RSes, especially because such RSes will be globally distributed and some members will be far from the client.
Attachments
Issue Links
- related to
-
SERVER-15060 Raise maximum number of nodes in a replica set
-
- Closed
-