parse.com - Parse Query skip more than 10,000 results -


i'm running parse query parse4j , have limit results set @ 1000, , loop through, incrementing skip more thousand results.

my problem have more 10k object need return , parse raises exception skips greater 10k.

parseexception [code=154, error=skips larger 10000 not allowed] 

is there workaround?

according parse, common question, , have detailed list of options work around error.

check out @ parse.com - paging through more 10,000 results


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -