是否有一些统计数据或值可以通过WiredTiger从Mongo查询,以确定Mongo中的剩余存储空间,然后压缩数据空间才会强制增长?使用WiredTiger压缩,数据空间仅报告未压缩的大小。
答案 0 :(得分:0)
Bit of an old question, but if anyone else is looking you can use db.getCollection('colName').storageSize();
Documented here: https://docs.mongodb.com/manual/reference/method/db.collection.storageSize/