【发布时间】:2019-10-08 17:20:59
【问题描述】:
我正在尝试获取特定 mongo 聚合查询的 executionStats。我运行 db.command 但没有给出“执行状态”
这就是我想要做的。 how to get Python Mongo Aggregate explain using db.command?
【问题讨论】:
-
PyMongo 和 MongoDB 哪个版本?
标签: python mongodb aggregation-framework pymongo