You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
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
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.
The text was updated successfully, but these errors were encountered: