Hi,
I created a database in both - Atlas and local deployment - and I see the same amount of bytes used for my database in both. The number is 1.18M. The actual data when extracted in JSON format containing all the collections with their fields is actually using only 80K. So I am wondering what is that extra megabyte of data that is stored in DB?
Locally I am not concerned but since I am using free tier Atlas and it has only 500M available space - how soon will it be filled up to the max if the ratio of used space to actual data size is more than 1 (in my current case 1.18 / 0.080 ~= 14)
Thanks