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 ca0da0f commit d89cdb2Copy full SHA for d89cdb2
source/release-notes/7.1.txt
@@ -54,6 +54,15 @@ field and :data:`currentOp.locks` output:
54
- ``DDLDatabase``
55
- ``DDLCollection``
56
57
+Exhaust Cursors Enabled for Sharded Clusters
58
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
59
+
60
+Starting in MongoDB 7.1, :binary:`~bin.mongos` supports exhaust cursors
61
+when a client's :ref:`getMore <manual-reference-commands-getMore>` request sets
62
+the :ref:`exhaustAllowed <wire-msg-flags>` flag. This can improve query
63
+performance on sharded clusters when the client receives multiple replies
64
+from the database server for a single request.
65
66
Improved Index Builds
67
~~~~~~~~~~~~~~~~~~~~~
68
0 commit comments