-
Type: Story
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
5
-
Iteration Star Apple
-
Needed
-
User Story
As a user,
I want to control the batch size when I issue my queries and aggregations
So that I can customize it to my needs and my screen size
Acceptance criteria
- It's possible to set DBQuery.shellBatchSize to control the batch size for queries and aggregations (default is 20)
- When a query or an aggregation returns more than DBQuery.shellBatchSize results, results are paginated and each page includes at most DBQuery.shellBatchSize results
- When there are more pages of results to see, the shell prints Type "it" for more
- It should not be possible to delete DBQuery.shellBatchSize