在 mongo 领域同步中可以同时同步的分区值限制

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

我想同时同步不同的分区值。假设分区键可能是分区,而 I 有不同的值。我想同步 public,user,teamA,teamB`,… 。 这有什么限制? Mongo Atlas 方面是否有任何限制可以阻止我同步分区? 如果没有,客户端是否有任何可能导致性能问题的限制建议?

基于 Andrew_Morgan answer to my question mongo 开发者表格,每台设备的开放领域不要超过 10 个。

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.