1

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.

Vibhor
  • 70
  • 9
  • What is in this collection? – D. SM Jul 20 '20 at 03:35
  • @D.SM I've linked a Realm Sync application with my cluster in MongoDB, it has created the __realm_sync database to facilitate the sync, client_history collection keeps tracks of the changes I guess. Issue is it takes up all of the memory. – Vibhor Jul 20 '20 at 05:12
  • Might be helpful if you looked at some documents in it. – D. SM Jul 20 '20 at 05:30
  • The question is a bit vague. Where are you seeing these files and capacities? In the Realm Console? If so, what section? I am looking at our Collections and don't see anything like that. Maybe include a screen shot would add some clarity? – Jay Jul 21 '20 at 18:00
  • @Jay I'm seeing the files and capacities in MongoDB Compass. – Vibhor Jul 22 '20 at 19:42
  • You should be logged into an using MongoDB Realm, then the Realm Tab which then shows the applications and data usage. As mentioned above, can you include a screen shot of what you're seeing? – Jay Jul 22 '20 at 19:50

0 Answers0