-
Type: Task
-
Resolution: Unresolved
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
Use Case
As a... node driver user
I want... to not set a default batch size in the driver
So that... the server can tune it as intended (like the other drivers allow it to do)
Acceptance Criteria
Implementation Requirements
- change AbstractCursorOptions.batchSize to default to nothing
Testing Requirements
- assert batchSize doesn't default to 1000 when not provided
- ensure performance is not negatively impacted
Documentation Requirements
- API docs changes
- related to
-
NODE-5906 Optimize cursor toArray case to iterate batches instead of per document
- Closed