{
"ns" : "prolinkd.gnip",
"result" : "\nvalidate\n firstExtent:2:60fe300 ns:prolinkd.gnip\n lastExtent:5:12c2ff00 ns:prolinkd.gnip\n # extents:28\n datasize?:1861925724 nrecords?:973525 lastExtentSize:360318720\n padding:1\n first extent:\n loc:2:60fe300 xnext:2:6123600 xprev:null\n nsdiag:prolinkd.gnip\n size:21248 firstRecord:2:60fe3b0 lastRecord:2:61030d8\n 973525 objects found, nobj:973525\n 1877502124 bytes data w/headers\n 1861925724 bytes data wout/headers\n deletedList: 0100000000000000001\n deleted: n: 4 size: 259026452\n nIndexes:2\n prolinkd.gnip.$_id_ keys:973525\n prolinkd.gnip.$verb_1 keys:973525\n",
"ok" : 1,
"valid" : true,
"lastExtentSize" : 360318720
}
$ mongodump -o ~/db_dump
mongodump -d foo -c gnip -o ~/gnip
connected to: 127.0.0.1
DATABASE: foo to /root/gnip/foo
foo.gnip to /root/gnip/foo/gnip.bson
101 objects
$ mongoexport -d prolinkd -c gnip -o ~/gnip.bson
connected to: 127.0.0.1
exported 101 records
- can you make sure you have the same version of mongodump/mongoexport
(1.6.5)?
- db.<collection>.validate is the output from prolinkd database while
the output in pastebin is from foo database. Is it intentional?
> --
> You received this message because you are subscribed to the Google Groups
> "mongodb-user" group.
> To post to this group, send email to mongod...@googlegroups.com.
> To unsubscribe from this group, send email to
> mongodb-user...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/mongodb-user?hl=en.
>
{
"ns" : "database.collection",
"count" : 990126,
"size" : 1895649704,
"avgObjSize" : 1914.5540102976793,
"storageSize" : 2136533504,
"numExtents" : 28,
"nindexes" : 1,
"lastExtentSize" : 360318720,
"paddingFactor" : 1,
"flags" : 0,
"totalIndexSize" : 42106880,
"indexSizes" : {
"_id_" : 42106880
},
"ok" : 1
}
990255
990910
991675
990910
991675