Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Consider changing Query limit semantics #188

Open
jfunston opened this issue Jun 18, 2021 · 0 comments
Open

Consider changing Query limit semantics #188

jfunston opened this issue Jun 18, 2021 · 0 comments

Comments

@jfunston
Copy link
Contributor

Right now the limit parameter for a query is a hard limit for the whole execution of the query; when it is hit isDone() will be true. Consider changing this to a pagination limit that limits the number of records returned in a single call to the server. This way, the user can still maintain a global limit themselves if needed, and they can do things like have their own filter conditions that are not pushed down

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant