2

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?

Alan Digitals
  • 175
  • 1
  • 5

1 Answers1

0

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.

Morten Krogh
  • 154
  • 4