fatuhoku
fatuhoku

Reputation: 4911

Are Parse local datastore queries are limited to 1000 objects?

Queries in general are limited to returning 1000 objects at most according to the Parse iOS Guide. This is true of other platforms too.

However then objects are stored locally there's no reason why this limit should apply. Does it apply?

Upvotes: 1

Views: 335

Answers (1)

Akshay Arora
Akshay Arora

Reputation: 1945

Yes, the limit applies to all other platforms as well.

If you really need to get more than 1000 results in your query, see the following Answer by a Parser.

Upvotes: 2

Related Questions