Skip to content

Allow configuration of cursor batch size for find operations [DATAMONGO-1740] #2646

Open
@spring-projects-issues

Description

@spring-projects-issues

Mark Paluch opened DATAMONGO-1740 and commented

Cursor batch size is currently only configurable for aggregations backed by cursors but not for find operations. Find operations have an initial batch size of 101 documents by default, subsequent cursor fetches (GETMORE) are limited to chunks of up to 16MB (BSON limit)


No further details from DATAMONGO-1740

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions