Files
percona-toolkit/src/go/tests/doc/out/aggregate_3.6.2

52 lines
788 B
Groff

{
"op" : "command",
"ns" : "test.coll",
"command" : {
"aggregate" : "coll",
"pipeline" : [
{
"$match" : {
"a" : {
"$gte" : 2
}
}
}
],
"cursor" : {
},
"$db" : "test"
},
"keysExamined" : 8,
"docsExamined" : 8,
"cursorExhausted" : true,
"numYield" : 0,
"locks" : {
"Global" : {
"acquireCount" : {
"r" : NumberLong(4)
}
},
"Database" : {
"acquireCount" : {
"r" : NumberLong(2)
}
},
"Collection" : {
"acquireCount" : {
"r" : NumberLong(2)
}
}
},
"nreturned" : 8,
"responseLength" : 370,
"protocol" : "op_msg",
"millis" : 42,
"planSummary" : "IXSCAN { a: 1 }",
"ts" : ISODate("2020-01-01T00:00:00Z"),
"client" : "127.0.0.1",
"appName" : "MongoDB Shell",
"allUsers" : [ ],
"user" : ""
}