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?
Asked
Active
Viewed 53 times
2
-
Define very big – EpicPandaForce May 02 '17 at 07:47
-
Ok, how do you manage shared data between users? – Alan Digitals May 02 '17 at 07:55
-
Have you got any example to share a Realm ROS for all users R/W? – Alan Digitals May 13 '17 at 14:14
1 Answers
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
-
Hi guy, I have you got an example of how to share a realm ROS between all users? – Alan Digitals May 13 '17 at 14:13