pingcap/tidb

Partial2Mode is not necessary in hash aggregation

開放

#15,271 建立於 2020年3月10日

 (5 則留言) (0 個反應) (0 位負責人)Go (6,186 個分叉)batch import
help wantedsig/executiontype/enhancementtype/performance

倉庫指標

星標
 (40,090 顆星)
PR 合併指標
 (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:

貢獻者指南