Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
model.collection.aggregate(...).explain is not a function
console.time('aggregation time'); await model.collection.aggregate(...); console.timeEnd('aggregation time');
model.aggregate(..., { explain: true })
model.aggregate(array).explain()
"mongodb": "^3.6.3", "mongoose": "^5.11.15",