gpt4 book ai didi

mongodb - 您如何解释 MongoDB 中的不同查询?

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

您如何解释 MongoDB 中的不同查询?

 db.test3.distinct("id", { key:"value"}).explain()

错误:

explain is not a function (shell)

最佳答案

从 Mongo 3.2 开始,您可以:

db.test3.explain().distinct("id", {key: "value"})

https://docs.mongodb.org/manual/reference/method/db.collection.explain/

关于mongodb - 您如何解释 MongoDB 中的不同查询?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8429936/

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