Not sure if I'm using that term correctly, but this is a question for Rob or another developer.
It's been mentioned before that an individual's cloud account will not contain the data for purchased content so much as it'll have pointers to it. This is what I mean by single instance storage. The data is stored in the cloud once, and anyone who has that data associated with their account will only have pointers.
Will duplicated home-brewed realms work the same way? If I create Realm X.1, and I create a copy called Realm X.2, will that take up twice the storage, or will Realm X.2 have pointers to the data in Realm X.1?
And if the answer is pointers, what happens when I start making changes? Will it keep pointers for unchanged data and store data for the delta, or will it create a full copy of the realm to accommodate storage of those changes?
It's been mentioned before that an individual's cloud account will not contain the data for purchased content so much as it'll have pointers to it. This is what I mean by single instance storage. The data is stored in the cloud once, and anyone who has that data associated with their account will only have pointers.
Will duplicated home-brewed realms work the same way? If I create Realm X.1, and I create a copy called Realm X.2, will that take up twice the storage, or will Realm X.2 have pointers to the data in Realm X.1?
And if the answer is pointers, what happens when I start making changes? Will it keep pointers for unchanged data and store data for the delta, or will it create a full copy of the realm to accommodate storage of those changes?