pingcap/tidb
Auf GitHub ansehenenhance `explain analyze` to show more runtime statistics about each operator
Open
#8.213 geöffnet am 7. Nov. 2018
help wantedsig/executiontype/enhancement
Repository-Metriken
- Stars
- (40.090 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 14T 4h) (346 gemergte PRs in 30 T)
Beschreibung
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.