Skip to content

Instantly share code, notes, and snippets.

@markbao
Created June 29, 2010 19:05
Show Gist options
  • Save markbao/457629 to your computer and use it in GitHub Desktop.
Save markbao/457629 to your computer and use it in GitHub Desktop.
> db.viewerwords.find({ viewer_id: ObjectId('4c29e71fd559307ff400000f') }).explain()
{
"cursor" : "BasicCursor",
"indexBounds" : [ ],
"nscanned" : 268771,
"nscannedObjects" : 268771,
"n" : 10,
"millis" : 135,
"oldPlan" : {
"cursor" : "BasicCursor",
"indexBounds" : [ ]
},
"allPlans" : [
{
"cursor" : "BasicCursor",
"indexBounds" : [ ]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment