explain().aggregate() is equivalent to passing the explain option to the db.collection.aggregate() method. //获取explain的支持的运算方法 > db.collection.explain().help() Explainable operations .aggregate(...) - explain an aggregation operation .count(...) - explain a count operation ....