gpt4 book ai didi

mongodb:如何查看聚合命令的执行时间?

转载 作者:IT老高 更新时间:2023-10-28 13:03:55 24 4
gpt4 key购买 nike

我在 mongo shell 中执行以下 mongodb 命令

db.coll.aggregate(...)

我看到了结果列表。但是否可以看到查询执行时间处理时间?聚合查询的解释方法是否有任何等效功能。

最佳答案

var before = new Date()
#aggregation query
var after = new Date()
execution_mills = after - before

关于mongodb:如何查看聚合命令的执行时间?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14021605/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com