pingcap/tidb

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

Open

#8 213 ouverte le 7 nov. 2018

Voir sur GitHub
 (2 commentaires) (0 réactions) (1 assigné)Go (6 186 forks)batch import
help wantedsig/executiontype/enhancement

Métriques du dépôt

Stars
 (40 090 stars)
Métriques de merge PR
 (Merge moyen 14j 4h) (346 PRs mergées en 30 j)

Description

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.

Guide contributeur