Skip to content

Documentation regarding query limit and skip limit #461

Closed
@addisonElliott

Description

@addisonElliott

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions