Files
percona-toolkit/src/go/tests/doc/out/explain_3.4.7
Kamil Dziedzic 59add04961 missing test data
2017-09-06 13:45:23 +02:00

40 lines
613 B
Groff

{
"op" : "command",
"ns" : "test.coll",
"command" : {
"explain" : {
"find" : "coll",
"filter" : {
}
},
"verbosity" : "queryPlanner"
},
"numYield" : 0,
"locks" : {
"Global" : {
"acquireCount" : {
"r" : NumberLong(2)
}
},
"Database" : {
"acquireCount" : {
"r" : NumberLong(1)
}
},
"Collection" : {
"acquireCount" : {
"r" : NumberLong(1)
}
}
},
"responseLength" : 328,
"protocol" : "op_command",
"millis" : 0,
"ts" : ISODate("2017-09-05T19:39:49.065Z"),
"client" : "127.0.0.1",
"appName" : "MongoDB Shell",
"allUsers" : [ ],
"user" : ""
}