pingcap/tidb
Auf GitHub ansehenexecutor: avoid joiner to copying data when filter rows
Open
#12.030 geöffnet am 4. Sept. 2019
help wantedsig/executiontype/enhancementtype/performance
Repository-Metriken
- Stars
- (40.090 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 14T 4h) (346 gemergte PRs in 30 T)
Beschreibung
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: