best
*P
db.stats()
{
"db" : "gss",
"collections" : 3,
"objects" : 57065,
"avgObjSize" : 131047.24254797162,
"dataSize" : 7478210896,
"storageSize" : 9020518400,
"numExtents" : 24,
"indexes" : 1,
"indexSize" : 1676080,
"fileSize" : 19251855360,
"nsSizeMB" : 16,
"dataFileVersion" : {
"major" : 4,
"minor" : 5
},
"extentFreeList" : {
"num" : 20,
"totalSize" : 7441465328
},
"ok" : 1
}
{
"db" : "gss",
"collections" : 3,
"objects" : 57065,
"avgObjSize" : 131047.24254797162,
"dataSize" : 7478210896,
"storageSize" : 9020518400,
"numExtents" : 24,
"indexes" : 1,
"indexSize" : 1676080,
"fileSize" : 19251855360,
"nsSizeMB" : 16,
"dataFileVersion" : {
"major" : 4,
"minor" : 5
},
"extentFreeList" : {
"num" : 20,
"totalSize" : 7441465328
},
"ok" : 1
}
You can try starting fresh with mongod running with --smallfiles, but better would be if you provide us with output from
db.coll.stats() where "coll" should be replaced with your collection name that you imported into. Then we can see what's taking up space and why.
댓글 없음:
댓글 쓰기