0

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.

adolfosrs
  • 9,286
  • 5
  • 39
  • 67
wsun31
  • 91
  • 1
  • 11
  • 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 Answers1

2

This questions should help you:

Parse - retrieve more then 1000 rows

How to get more than 1000 results Parse

Obs: duplicated question. flagging.

Community
  • 1
  • 1
adolfosrs
  • 9,286
  • 5
  • 39
  • 67