pingcap/tidb

enhance `explain analyze` to show more runtime statistics about each operator

Open

#8,213 建立於 2018年11月7日

在 GitHub 查看
 (2 留言) (0 反應) (1 負責人)Go (40,090 star) (6,186 fork)batch import
help wantedsig/executiontype/enhancement

描述

With this enhancement, we can identify:

  • the true selectivity for each operator
  • how long it takes to gain the first output record for each operator.

With the help of this kind of information, we can know whether the execution plan is wrong, and how the incorrect or inefficient plan was generated.

貢獻者指南

enhance `explain analyze` to show more runtime statistics about each operator · pingcap/tidb#8213 | Good First Issue