有人知道原因吗?。。
Using db.stats()查看当前数据库的精确大小。show dbs is just a rough overview.
db.stats()
show dbs
If there is 1 cent, it cannot be displayed as 0.001 million
There are too few things, so they were rounded off
Accuracy issue, 0.001G is about 1M, the database is too small
There is only 1 piece of data, the estimated size is less than 1kb, so ignore it
Using
db.stats()
查看当前数据库的精确大小。show dbs
is just a rough overview.If there is 1 cent, it cannot be displayed as 0.001 million
There are too few things, so they were rounded off
Accuracy issue, 0.001G is about 1M, the database is too small
There is only 1 piece of data, the estimated size is less than 1kb, so ignore it