Unlike db.collection.count(), db.collection.countDocuments() does not use the metadata to return the count. Instead, it performs an aggregation of the document to return an accurate count, even after an unclean shutdown or in the presence of orphaned documents in a sharded cluster. если вас устраивает неточность - то countDocuments
Если нужно точно , быстро и с фильтром ?
вот вы и опредлли что нужен count или даже подсчет в агрегации
Что вы имеете ввиду под "подсчет в агрегации"?
https://docs.mongodb.com/manual/reference/operator/aggregation/count/
Ээ...а не наоборот? countDocuments - точный подсчет исходя из документации вроде.
О, фигасе я поспешил) спасибо за поправку
Есть корректировка по точности в count/countDocuments ^
Обсуждают сегодня