pingcap/tidb

executor: avoid joiner to copying data when filter rows

Open

#12 030 ouverte le 4 sept. 2019

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Go (6 186 forks)batch import
help wantedsig/executiontype/enhancementtype/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

Feature Request

Is your feature request related to a problem? Please describe:

We can use the sel field in chunk.Chunk instead of copying data in baseJoiner.filter when filtering data in join executor

Describe the feature you'd like:

We can use the sel field in chunk.Chunk used in baseJoiner.filter

Describe alternatives you've considered:

Teachability, Documentation, Adoption, Migration Strategy:

Guide contributeur