-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Motivation
The C driver does not support the batchSize option on the listIndexes helper: mongoc_collection_find_indexes_with_opts.
The attachment includes a reproduction script. It is not possible to pass a batch size to the initial listIndexes command.
The Enumerate Indexes specification does note this behavior is optional:
MAY allow the cursor.batchSize option to be passed.
Scope
Accept a batchSize as a top-level option, which applies to both the initial listIndexes command and all getMore operations.
- is related to
-
CDRIVER-4115 Support batchSize on listCollections helper
-
- Backlog
-