PFIncrementalStore icon indicating copy to clipboard operation
PFIncrementalStore copied to clipboard

Support fetch limits greater than 100

Open Alydyn opened this issue 10 years ago • 3 comments

As near as I can tell, fetches from Parse will always be limited to 100 in the current implementation per the default for PFQuery.

I would suggest that we set the limit to 1000 wherever a PFQuery is constructed.

Thoughts?

Alydyn avatar Apr 30 '14 13:04 Alydyn

I'd rather see a proper implementation for the limit/offset capabilities in Parse. Granted, thats more work, but it would improve performance on 3G connected devices.

msmollin avatar Apr 30 '14 21:04 msmollin

Thanks @Alydyn and @msmollin for the suggestions, I think both the limit and offset/skip capabilities are valuable additions to PFIS. I'm working to get a few other things completed for the library, but feel free to push up any code you may think would achieve this and we can get this done sooner!

sbonami avatar May 01 '14 01:05 sbonami

See: https://parse.com/questions/code-154the-number-of-count-operations-in-progress-has-reached-its-limit-code-154-version-1125

And this: https://parse.com/questions/paging-through-more-than-10000-results

Both worth keeping in mind as an implementation is considered.

Alydyn avatar May 01 '14 11:05 Alydyn