MongoDB 查询分析可以确保我们所建立的索引是否有效,是查询语句性能分析的重要工具。MongoDB 查询分析常用函数有:explain() 和 hint()。
使用 explain()explain 操作提供了查询信息,使用索引及查询统
2020-07-20