Are there any quantity limitation(s) for Partitioned Realms

Would like to confirm that there are no limits for how many partitions can be created …

Similar to how each user has their own Realm (e.g. /~/someRealm ), which backend apps can process. I’d like to make sure it is possible to handle additional Realm partitions, that could be all users (in multiples) per partition grouping - e.g., /someRealm partitioned by userID & type (e.g. “someType_userID”). Assuming many millions of users as an example usage.

Basically, will this large addition of partitions on Realms become a problem?

@Reveel There are no limits for the amount of partitions you can create. A partition is a Realm file. The only limitation here would be the amount of available storage on a device.

1 Like

@Lee_Maguire:

OK - Thank you!

Also, are there any performance issues (on larger quantities) to consider?

@Reveel If you mean by having many Realm files, then no.

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