摘要: 1 为什么要执行explain,什么时候执行 explain的目的是将mongo的黑盒操作白盒化。 比如查询很慢的时候想知道原因。 2 explain的三种模式 2.1 queryPlanner 不会真正的执行查询,只是分析查询,选出winning plan。 2.2 executionStats 阅读全文
posted @ 2018-09-01 23:19 PhoenixTree(梧桐树) 阅读(10089) 评论(0) 推荐(2)