realm / realm-core

Core database component for the Realm Mobile Database SDKs
https://realm.io
Apache License 2.0
1.02k stars 165 forks source link

New transaction that updates topref on final commit #7962

Open sync-by-unito[bot] opened 3 months ago

sync-by-unito[bot] commented 3 months ago

To guarantee correctness of bootstrap applications, we would benefit from being able to make the data becomes visible to readers only when it was fully applied (i.e, all or nothing). Having a transaction updating the topref when the final commit is done would be one way to achieve this.

sync-by-unito[bot] commented 3 months ago

➤ PM Bot commented:

Jira ticket: RCORE-2230