Skip to content

Documentation regarding query limit and skip limit #461

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

Closed
addisonElliott opened this issue Aug 8, 2017 · 0 comments
Closed

Documentation regarding query limit and skip limit #461

addisonElliott opened this issue Aug 8, 2017 · 0 comments

Comments

@addisonElliott
Copy link
Contributor

addisonElliott commented Aug 8, 2017

For the documentation for each language, there is notes indicating that the maximum query limit is 1000, and the skip limit is 10000. This is outdated information since parse server has no limit on this.

I will link a few of the docs that have this:
http://docs.parseplatform.org/js/guide/#query-constraints
http://docs.parseplatform.org/dotnet/guide/#query-constraints

Note that the default limit of 100 and maximum limit of 1000 apply to the inner query as well, so with large data sets you may need to construct queries

You can limit the number of query results returned. The limit is 100 by default but anything from 1 to 1000 is a valid limit:

Here are parse server issues where people have asked the same question and conflicting answers were given:
parse-community/parse-server#25
parse-community/parse-server#917
parse-community/parse-server#548

For confirmation, I have actually created a test script in Javascript that queries items greater than these two limits. They all returned fine.

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

No branches or pull requests

1 participant