MongoDB常用的操作命令 2013-01-15 | pyinx | 数据库 折叠复制代码1. #查看collection数据的大小2. db.deliver_status.dataSize()3. #查看colleciont状态4. db.deliver_status.stats()5. #查询所有索引的大小6. db.deliver_status.totalIndexSize()