Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow unlimited number of pages for scroll queries #223

Closed
cdahlqvist opened this issue Feb 9, 2017 · 2 comments
Closed

Allow unlimited number of pages for scroll queries #223

cdahlqvist opened this issue Feb 9, 2017 · 2 comments
Labels
enhancement Improves the status quo :Load Driver Changes that affect the core of the load driver such as scheduling, the measurement approach etc. :Usability Makes Rally easier to use
Milestone

Comments

@cdahlqvist
Copy link
Contributor

Often it is difficult to determine the number of pages that will be required for the result set of a scroll query. It would be useful to be able to specify the maximum number of pages as unlimited instead of having to set it to a very large value, which would probably have the same effect.

@cdahlqvist cdahlqvist changed the title Allow unlimited pages for scroll query Allow unlimited number of pages for scroll queries Feb 9, 2017
@danielmitterdorfer
Copy link
Member

You are right: Setting the number of pages to a very large value is a sufficient workaround. Hence, moving this to backlog.

@danielmitterdorfer danielmitterdorfer added :Load Driver Changes that affect the core of the load driver such as scheduling, the measurement approach etc. :Usability Makes Rally easier to use enhancement Improves the status quo help wanted We'd be happy about a community contribution labels Feb 10, 2017
@danielmitterdorfer danielmitterdorfer added this to the Backlog milestone Feb 10, 2017
@danielmitterdorfer danielmitterdorfer removed the help wanted We'd be happy about a community contribution label May 9, 2017
@danielmitterdorfer danielmitterdorfer modified the milestones: 0.5.4, Backlog May 9, 2017
@danielmitterdorfer
Copy link
Member

If you specify "pages": "all" (instead of e.g. "pages": 5) the scroll query will be executed until all results have been retrieved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improves the status quo :Load Driver Changes that affect the core of the load driver such as scheduling, the measurement approach etc. :Usability Makes Rally easier to use
Projects
None yet
Development

No branches or pull requests

2 participants