pingcap/tidb

executor: avoid joiner to copying data when filter rows

Open

#12,030 创建于 2019年9月4日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Go (6,186 fork)batch import
help wantedsig/executiontype/enhancementtype/performance

仓库指标

Star
 (40,090 star)
PR 合并指标
 (平均合并 14天 4小时) (30 天内合并 346 个 PR)

描述

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:

贡献者指南