mongodb是什么類型的數(shù)據(jù)庫 如何獲取mongoDB數(shù)據(jù)庫大小Collection大?。?/h1>
如何獲取mongoDB數(shù)據(jù)庫大小Collection大???查看數(shù)據(jù)庫大小使用db.stats()Returns statistics that reflect the use state of a s
如何獲取mongoDB數(shù)據(jù)庫大小Collection大???
查看數(shù)據(jù)庫大小使用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()