Start a new topic
Answered

Detect Datastore Changes

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
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".

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


Answer
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".

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

Ramesh,

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

Login or Signup to post a comment