pingcap/tidb

executor: avoid joiner to copying data when filter rows

Open

#12,030 opened on Sep 4, 2019

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Go (40,090 stars) (6,186 forks)batch import
help wantedsig/executiontype/enhancementtype/performance

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:

Contributor guide

executor: avoid joiner to copying data when filter rows · pingcap/tidb#12030 | Good First Issue