We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7aeee5 commit 3caf76aCopy full SHA for 3caf76a
source/applications/replication.txt
@@ -251,6 +251,15 @@ behavior <replica-set-read-preference-behavior>`. See also the
251
operations using the :readmode:`primaryPreferred` mode may return
252
stale data in some situations.
253
254
+ .. warning::
255
+
256
+ .. versionchanged:: 2.2
257
+ :program:`mongos` added full support for read preferences.
258
259
+ When connecting to a :program:`mongos` instance older 2.2, using
260
+ a client that supports read preference modes,
261
+ :readmode:`primaryPrefered` will send queries to secondaries.
262
263
.. readmode:: secondary
264
265
Operations read *only* from the :term:`secondary` members of the set.
0 commit comments