mongo-python-driver/doc/api
A. Jesse Jiryu Davis ea8ca5ec7d PYTHON-852 - Mongos load balancing.
The behavior for a list of mongoses is changed from "high availability" to
"load balancing". Before, the client connected to the lowest-latency mongos in
the list, and used it until a network error prompted it to re-evaluate all
mongoses' latencies and reconnect to one of them. In PyMongo 3, the client
monitors its network latency to all the mongoses continuously, and distributes
operations evenly among those with the lowest latency. See
high_availability.rst.
2015-03-08 08:25:13 -04:00
..
bson PYTHON-835 - Consistent method signatures. 2015-02-24 13:44:16 -08:00
gridfs Remove GridFS.open and close, and GridFile. 2014-10-31 14:15:25 -04:00
pymongo PYTHON-852 - Mongos load balancing. 2015-03-08 08:25:13 -04:00
index.rst docs for pymongo->bson move PYTHON-60 2010-09-14 16:34:46 -04:00