mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-09 01:57:54 +00:00
48 lines
669 B
Plaintext
48 lines
669 B
Plaintext
{
|
|
"op" : "remove",
|
|
"ns" : "test.coll",
|
|
"query" : {
|
|
"a" : {
|
|
"$gte" : 2
|
|
},
|
|
"b" : {
|
|
"$gte" : 2
|
|
}
|
|
},
|
|
"ndeleted" : 1,
|
|
"keyUpdates" : 0,
|
|
"writeConflicts" : 0,
|
|
"numYield" : 0,
|
|
"locks" : {
|
|
"Global" : {
|
|
"acquireCount" : {
|
|
"r" : NumberLong(1),
|
|
"w" : NumberLong(1)
|
|
}
|
|
},
|
|
"MMAPV1Journal" : {
|
|
"acquireCount" : {
|
|
"w" : NumberLong(2)
|
|
}
|
|
},
|
|
"Database" : {
|
|
"acquireCount" : {
|
|
"w" : NumberLong(1)
|
|
}
|
|
},
|
|
"Collection" : {
|
|
"acquireCount" : {
|
|
"W" : NumberLong(1)
|
|
}
|
|
}
|
|
},
|
|
"millis" : 42,
|
|
"execStats" : {
|
|
|
|
},
|
|
"ts" : ISODate("2020-01-01T00:00:00Z"),
|
|
"client" : "127.0.0.1",
|
|
"allUsers" : [ ],
|
|
"user" : ""
|
|
}
|