mongodb是什么类型的数据库 如何获取mongoDB数据库大小Collection大小?

如何获取mongoDB数据库大小Collection大小?查看数据库大小使用db.stats()Returns statistics that reflect the use state of a s

如何获取mongoDB数据库大小Collection大小?

查看数据库大小使用db.stats()

Returns statistics that reflect the use state of a single database.

官方文档:

http://docs.mongodb.org/manual/reference/method/db.stats/#db.stats

http://docs.mongodb.org/manual/reference/command/dbStats/

查看集合collection大小使用db.集合名称.stats()