Iam trying to query the parse using javascript.As we have limit to fetch 1000 records per query.What is the best alternative to fetch more than 1000 records in parse.
Asked
Active
Viewed 1,773 times
0
-
https://groups.google.com/forum/#!topic/parse-developers/GmIt3OG2m8o it appears that this scenario is covered in detail by this post. In short you'll need to page through the query results 1000 at a time. – Udesh Sep 14 '15 at 12:12
1 Answers
2
This questions should help you:
Parse - retrieve more then 1000 rows
How to get more than 1000 results Parse
Obs: duplicated question. flagging.