Command metrics
2
Database commands
2.294 ms
Command time
Commands
| # | Time | Database | Info |
|---|---|---|---|
| 1 | 0.723 ms | viki |
{"find":"apps__app","filter":{"secure.server_key":"2p3RzTfnnqxDucmY"},"limit":{"$numberInt":"1"},"singleBatch":true,"$db":"viki","lsid":{"id":{"$binary":{"base64":"PMRgP8SjQ9SMLwXp1lB40A==","subType":"04"}}}}
{
"find": "apps__app",
"filter": {
"secure.server_key": "2p3RzTfnnqxDucmY"
},
"limit": {
"$numberInt": "1"
},
"singleBatch": true,
"$db": "viki",
"lsid": {
"id": {
"$binary": {
"base64": "PMRgP8SjQ9SMLwXp1lB40A==",
"subType": "04"
}
}
}
}
|
| 2 | 1.571 ms | viki |
{"aggregate":"apps__app","pipeline":[{"$match":{"$and":[{"main_app":"hr_manager"}]}},{"$sort":{"_id":{"$numberInt":"-1"}}},{"$limit":{"$numberInt":"101"}},{"$facet":{"results":[{"$limit":{"$numberInt":"100"}}],"count":[{"$count":"count"}]}},{"$addFields":{"__api_first_result__":{"$literal":{"$numberInt":"0"}},"__api_max_results__":{"$literal":{"$numberInt":"100"}}}}],"allowDiskUse":true,"cursor":{},"$db":"viki","lsid":{"id":{"$binary":{"base64":"PMRgP8SjQ9SMLwXp1lB40A==","subType":"04"}}}}
{
"aggregate": "apps__app",
"pipeline": [
{
"$match": {
"$and": [
{
"main_app": "hr_manager"
}
]
}
},
{
"$sort": {
"_id": {
"$numberInt": "-1"
}
}
},
{
"$limit": {
"$numberInt": "101"
}
},
{
"$facet": {
"results": [
{
"$limit": {
"$numberInt": "100"
}
}
],
"count": [
{
"$count": "count"
}
]
}
},
{
"$addFields": {
"__api_first_result__": {
"$literal": {
"$numberInt": "0"
}
},
"__api_max_results__": {
"$literal": {
"$numberInt": "100"
}
}
}
}
],
"allowDiskUse": true,
"cursor": {},
"$db": "viki",
"lsid": {
"id": {
"$binary": {
"base64": "PMRgP8SjQ9SMLwXp1lB40A==",
"subType": "04"
}
}
}
}
|