MongoDB:如何确定有线Tiger中的压缩数据大小?

时间:2016-12-13 17:29:32

标签: mongodb

是否有一些统计数据或值可以通过WiredTiger从Mongo查询,以确定Mongo中的剩余存储空间,然后压缩数据空间才会强制增长?使用WiredTiger压缩,数据空间仅报告未压缩的大小。

1 个答案:

答案 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/