Closed
Description
It seems that [PFObject pin] takes longer time with more objects saved in LocalDataStore
When LocalDataStore is empty, it takes only 50ms to pin 10 ParseObjects.
When there are 500 objects in LocalDataStore, it takes 750ms to pin.
When there are 1,000 objects in LocalDataStore, it takes 1480ms to pin.
I've attached a simple repro project file using Starter Project.
https://dl.dropboxusercontent.com/u/309225/LocalDataStorePerformance.zip
By running it, you can see that pin is repeated, and its process time gets longer and longer.
Is there any way to make this faster?
Thanks for your advice.
Environment:
Parse SDK 1.8.1
iPhone6