Skip to content

Add possiblity to add the scroll batch size to reactive code #2061

Closed
@sothawo

Description

@sothawo

Currently there is no possibility to set the size of the single requests that are sent to the cluster when scrolling through all records (see #2023), the current code always uses the max number of 10.000.

It should be possible to set this for a single query or as global value in the configuration.

Imperative code does not have this problem, here the page size is used as there is a dedicated scroll method. Reactive code automatically switches to scroll from normal find when there is no page size or limit set.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions