-
-
Notifications
You must be signed in to change notification settings - Fork 735
LDS Performance Improvements #279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Is there any documentation concerning which version is the fastest ? |
@grantland
|
This is a master issue for all things related to local datastore performance improvements.
ParseObjectState
andParseUserState
instead ofParseObject
andParseUser
, to reduce the amount of locking required for every LDS operation.ParseRelation
tracking.For anyone reaching this issue as a result of currently bad LDS performance here's our current recommendations:
Collection
and its subclassesMap
and its subclassesParseACL
ParseGeoPoint
See parse-community/Parse-SDK-iOS-OSX#32
The text was updated successfully, but these errors were encountered: