One shard still has all the data after equal balancing

Hi @Sumit_Bhardwaj

MongoDB uses snappy compression by default with the WiredTiger storage engine.

size is the uncompressed data size
storageSize is the compressed size of the data on disk

ref(versions specific): https://www.mongodb.com/docs/v4.4/core/wiredtiger/#compression

1 Like