I'm trying out MongoDB Realm Sync
My iOS application currently is using local Realm DB with around 4 MB of data.
Trying it out with MongoDB Realm Sync, everything works fine except that with 4 MB of my data, it is having a __realm_sync.client_history
collection which takes up around 480 MB of storage on my 500 MB free cluster.
Seems like it is creating a document with a binary file of around 4 MB with every data change which seems weird.