pingcap/tidb

Use a new struct to store the props generated by `preparePossibleProperties`

Open

#10 749 ouverte le 10 juin 2019

Voir sur GitHub
 (0 commentaires) (1 réaction) (2 assignés)Go (6 186 forks)batch import
help wantedsig/plannertype/performance

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

after https://github.com/pingcap/tidb/pull/10548 There'll be multiple props which share the same suffix. We can implement a struct which can store the eqPrefixLen to cut off the possible props then reduce the search space.

Guide contributeur