Skip to content

Commit d89cdb2

Browse files
authored
DOCS-16280 Support Exhaust Cursors on mongos (#4901)
* DOCS-16280 Support Exhaust Cursors on mongos * * * JA feedback * * * Revert "*" This reverts commit 4355501b1c270874e4f9937611c79ab17414fa4c.
1 parent ca0da0f commit d89cdb2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

source/release-notes/7.1.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,15 @@ field and :data:`currentOp.locks` output:
5454
- ``DDLDatabase``
5555
- ``DDLCollection``
5656

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+
5766
Improved Index Builds
5867
~~~~~~~~~~~~~~~~~~~~~
5968

0 commit comments

Comments
 (0)