As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
Hi there, is there a way to query from iOS or Android when a datastore has been changed? E.g. new rows or updated fields in the datastore either notifies the client-side; or some sort of datastore query on changes only. Thanks!
Best Answer
P
Pranav J
said
almost 6 years ago
Hello Ramesh,
Delta Set Caching - The library implements a mechanism to optimize the amount of data retrieved from the backend. When you use a Sync or Cache
datastore, data requests to the backend only fetch data that changed
since the previous update. We call this mechanism "Delta Set Caching".
Delta Set Caching - The library implements a mechanism to optimize the amount of data retrieved from the backend. When you use a Sync or Cache
datastore, data requests to the backend only fetch data that changed
since the previous update. We call this mechanism "Delta Set Caching".
Ramesh Indran
Hi there, is there a way to query from iOS or Android when a datastore has been changed? E.g. new rows or updated fields in the datastore either notifies the client-side; or some sort of datastore query on changes only. Thanks!
Delta Set Caching - The library implements a mechanism to optimize the amount of data retrieved from the backend. When you use a Sync or Cache datastore, data requests to the backend only fetch data that changed since the previous update. We call this mechanism "Delta Set Caching".
Please take a look at following links and let me know if that's what you are looking for:
https://devcenter.kinvey.com/ios/guides/datastore#DeltaSetCaching
https://devcenter.kinvey.com/android/guides/datastore#DeltaSetCaching
Thanks,
Pranav
- Oldest First
- Popular
- Newest First
Sorted by Oldest FirstPranav J
Delta Set Caching - The library implements a mechanism to optimize the amount of data retrieved from the backend. When you use a Sync or Cache datastore, data requests to the backend only fetch data that changed since the previous update. We call this mechanism "Delta Set Caching".
Please take a look at following links and let me know if that's what you are looking for:
https://devcenter.kinvey.com/ios/guides/datastore#DeltaSetCaching
https://devcenter.kinvey.com/android/guides/datastore#DeltaSetCaching
Thanks,
Pranav
Pranav J
Your reply opened a new ticket on portal. Copying your reply here to complete the loop:
"Brilliant. Thanks Pranav. That did the job!"
Thanks,
Pranav
-
Why do I get "Undefined symbols" errors when building with KinveyKit?
-
How do I register push tokens?
-
When using social login, to perform a log-out, do I need to log out of the social network, Kinvey, o
-
How can I assign additional properties to users?
-
Does KinveyKit support 64-bit ARM devices, such as iPhone 5s?
-
Authorization Token Invalid or Expired
-
BOOL and how it is stored in the database.
-
Offline saving throwing errors
-
Custom endpoint not able to form request object
-
Security through business logic
See all 437 topics