mongo-python-driver/doc/examples
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
..
aggregation.rst PYTHON-821 - Deprecated legacy API. 2015-02-20 15:41:45 -08:00
authentication.rst Update MongoDB version references from 2.8 to 3.0. 2015-01-24 09:42:24 -08:00
bulk.rst PYTHON-821 - Deprecated legacy API. 2015-02-20 15:41:45 -08:00
copydb.rst PYTHON-788 Remove copy_database helper method. 2014-11-13 14:05:10 -05:00
custom_type.rst Update docs for Connection->MongoClient change PYTHON-452 2013-02-10 10:53:35 -05:00
geo.rst PYTHON-821 - Deprecated legacy API. 2015-02-20 15:41:45 -08:00
gevent.rst PYTHON-785 Remove start_request(). 2014-11-24 22:48:44 -05:00
gridfs.rst Update docs for Connection->MongoClient change PYTHON-452 2013-02-10 10:53:35 -05:00
high_availability.rst PYTHON-852 - Mongos load balancing. 2015-03-08 08:25:13 -04:00
index.rst PYTHON-785 Delete examples/requests.rst. 2014-11-24 22:48:44 -05:00
mod_wsgi.rst Improved mod_wsgi docs. PYTHON-567 2013-09-18 11:54:54 -04:00