pingcap/tidb
在 GitHub 查看enhance `explain analyze` to show more runtime statistics about each operator
Open
#8,213 创建于 2018年11月7日
help wantedsig/executiontype/enhancement
仓库指标
- Star
- (40,090 star)
- PR 合并指标
- (平均合并 14天 4小时) (30 天内合并 346 个 PR)
描述
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.