Search code examples
realmrealm-mobile-platformrealm-object-server

Realm shared table size


If I share a table on Realm Object Server between all users. If this table is very big. Is it Going to take lot of space on the device or Realm has a kind of caching rolling system?


Solution

  • The users will all end up with the same content on their devices. The Realm Object Server will download the entire table content to all users that share a given Realm. There is no caching or rolling system.