pingcap/tidb

executor: avoid joiner to copying data when filter rows

Open

#12.030 aberto em 4 de set. de 2019

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)Go (6.186 forks)batch import
help wantedsig/executiontype/enhancementtype/performance

Métricas do repositório

Stars
 (40.090 stars)
Métricas de merge de PR
 (Mesclagem média 14d 4h) (346 fundiu PRs em 30d)

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:

Guia do colaborador