• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
batchSync
#2
Hi Stam,

Sync is blocking as things are today. I have some thoughts on how the performance could be improved. One idea we have bounced around is moving heavy cloud calls to a separate process. We developed that technology many years ago and use it in our backend. That does come with its own challenges though. Racing conditions would apply and pose a new level of complexity.

The other thought is to sync as efficiently as possible. For example, if we are syncing from local to cloud, we could do a local local query for records that have a modified date of a certain value (like today's changes as one example). Or, you could track your last sync date and make that the look up value. Then, sync only those records. This would be very efficient and save a lot of time.

While this is not built into the API today, you have all the power to do the query now and sync the results with what is available today.

-Mark
  Reply


Messages In This Thread
batchSync - by stamatis - 01-07-2021, 07:00 PM
RE: batchSync - by mark_talluto - 01-07-2021, 08:28 PM
RE: batchSync - by stamatis - 02-08-2021, 12:43 AM
RE: batchSync - by mark_talluto - 02-10-2021, 10:52 PM
RE: batchSync - by mark_talluto - 02-11-2021, 08:02 PM
RE: batchSync - by stamatis - 02-12-2021, 02:26 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)