Skip to content

Instantly share code, notes, and snippets.

/explain.json Secret

Created October 18, 2017 16:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/8dc084132016a1dfe0efb150201f04c7 to your computer and use it in GitHub Desktop.
Save anonymous/8dc084132016a1dfe0efb150201f04c7 to your computer and use it in GitHub Desktop.
{
"queryPlanner" : {
"plannerVersion" : 1,
"namespace" : "lightning.lightningStrikes",
"indexFilterSet" : false,
"parsedQuery" : {
"$and" : [
{
"datetime" : {
"$lte" : ISODate("2017-10-11T23:59:57Z")
}
},
{
"datetime" : {
"$gte" : ISODate("2017-10-11T23:59:56Z")
}
}
]
},
"winningPlan" : {
"stage" : "COLLSCAN",
"filter" : {
"$and" : [
{
"datetime" : {
"$lte" : ISODate("2017-10-11T23:59:57Z")
}
},
{
"datetime" : {
"$gte" : ISODate("2017-10-11T23:59:56Z")
}
}
]
},
"direction" : "forward"
},
"rejectedPlans" : [ ]
},
"executionStats" : {
"executionSuccess" : true,
"nReturned" : 2,
"executionTimeMillis" : 0,
"totalKeysExamined" : 0,
"totalDocsExamined" : 4,
"executionStages" : {
"stage" : "COLLSCAN",
"filter" : {
"$and" : [
{
"datetime" : {
"$lte" : ISODate("2017-10-11T23:59:57Z")
}
},
{
"datetime" : {
"$gte" : ISODate("2017-10-11T23:59:56Z")
}
}
]
},
"nReturned" : 2,
"executionTimeMillisEstimate" : 0,
"works" : 6,
"advanced" : 2,
"needTime" : 3,
"needYield" : 0,
"saveState" : 0,
"restoreState" : 0,
"isEOF" : 1,
"invalidates" : 0,
"direction" : "forward",
"docsExamined" : 4
},
"allPlansExecution" : [ ]
},
"serverInfo" : {
"host" : "???????.mongolab.com",
"port" : 25195,
"version" : "3.4.9",
"gitVersion" : "876ebee8c7dd0e2d992f36a848ff4dc50ee6603e"
},
"ok" : 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment