Command metrics
2
Database commands
7.893 ms
Command time
Commands
| # | Time | Database | Info |
|---|---|---|---|
| 1 | 2.540 ms | testing_eg_moonshot |
{"find":"listings_insights","filter":{"listingId":{"$numberInt":"93"},"startDate":{"$date":{"$numberLong":"1768773600000"}}},"limit":{"$numberInt":"1"},"singleBatch":true,"$db":"testing_eg_moonshot","lsid":{"id":{"$binary":{"base64":"64jzuL5PTle85g87nYCLVw==","subType":"04"}}}}
{
"find": "listings_insights",
"filter": {
"listingId": {
"$numberInt": "93"
},
"startDate": {
"$date": {
"$numberLong": "1768773600000"
}
}
},
"limit": {
"$numberInt": "1"
},
"singleBatch": true,
"$db": "testing_eg_moonshot",
"lsid": {
"id": {
"$binary": {
"base64": "64jzuL5PTle85g87nYCLVw==",
"subType": "04"
}
}
}
}
|
| 2 | 5.353 ms | testing_eg_moonshot |
{"aggregate":"listings_impressions","pipeline":[{"$match":{"listingId":{"$numberInt":"93"},"createdAt":{"$gte":{"$date":{"$numberLong":"1768773600000"}},"$lte":{"$date":{"$numberLong":"1769464799000"}}}}},{"$group":{"_id":{"$dateToString":{"format":"%Y-%m-%d","date":"$createdAt"}},"count":{"$sum":{"$numberInt":"1"}}}}],"cursor":{},"$db":"testing_eg_moonshot","lsid":{"id":{"$binary":{"base64":"64jzuL5PTle85g87nYCLVw==","subType":"04"}}}}
{
"aggregate": "listings_impressions",
"pipeline": [
{
"$match": {
"listingId": {
"$numberInt": "93"
},
"createdAt": {
"$gte": {
"$date": {
"$numberLong": "1768773600000"
}
},
"$lte": {
"$date": {
"$numberLong": "1769464799000"
}
}
}
}
},
{
"$group": {
"_id": {
"$dateToString": {
"format": "%Y-%m-%d",
"date": "$createdAt"
}
},
"count": {
"$sum": {
"$numberInt": "1"
}
}
}
}
],
"cursor": {},
"$db": "testing_eg_moonshot",
"lsid": {
"id": {
"$binary": {
"base64": "64jzuL5PTle85g87nYCLVw==",
"subType": "04"
}
}
}
}
|