pingcap/tidb
Vedi su GitHubenhance `explain analyze` to show more runtime statistics about each operator
Open
#8213 aperta il 7 nov 2018
help wantedsig/executiontype/enhancement
Metriche repository
- Star
- (40.090 star)
- Metriche merge PR
- (Merge medio 14g 4h) (346 PR mergiate in 30 g)
Descrizione
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.