androidiosmongodbrealmmongodb-realm

Limit of partition value that can be sync in same time in mongo realm sync


I want to sync different partition values at same time. Let’s say may partition key is partition and an I have different values. I want to sync public,user,teamA,teamB`,… . What’s the limit for this? Is there any limit in Mongo Atlas side that can stop me from syncing partition? If no, Is there any suggestion from limit in client side that can cause performance issues?


Solution

  • Based on Andrew_Morgan answer to my question on mongo developer form it's good to won't have more than 10 open realm per device.

    The limit you might hit will be on the number of partitions that a given device has open at any given time – as always, mileage varies, but if you stay at 10 open realms/partitions per app/device then you should be fine.