pingcap/tidb

Partial2Mode is not necessary in hash aggregation

Open

#15,271 创建于 2020年3月10日

在 GitHub 查看
 (5 评论) (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:

hash aggregation with Coprocessor fetches partial results from storage and runs

  1. Partial2Mode, partial results --> partial results
  2. FinalMode, partial results --> final results

It seems that Partial2Mode is a redundant run, we can remove it for better code and performance.

Describe the feature you'd like:

Describe alternatives you've considered:

Teachability, Documentation, Adoption, Migration Strategy:

贡献者指南