Realm Sync - Is it normal that Sync -> Write needs 2s to complete?

I just trying to sync our inventory collection to Realm Sync. The sync writing time is not what we expected. Is it normal? We use M10 and M30 for Atlas cluster but the writing time remain the same.

1 Like

after changing the provider from GCP to AWS, the write sync around 60ms.

1 Like

Hi, sync times can vary a little bit depending on the workload. Important things include:

  1. Size of cluster
  2. Proximity of cluster to the sync servers (currently only in AWS)
  3. Number of objects in each sync write
  4. Cluster health
  5. Number of conflicting writes to the same document

Sounds like you were able to get much better performance by moving to AWS which is good to hear. We are planning on expanding Atlas Device Sync to other cloud providers soon, so stay tuned for that!

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.