pingcap/tidb

design vectorized aggregation functions

Open

#14,217 opened on Dec 25, 2019

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Go (40,090 stars) (6,186 forks)batch import
help wantedtype/enhancement

Description

Description

All our aggregation functions (in executor/aggfuncs/aggfuncs.go) used by the execution engine are row-based. We can vectorize them to improve their performance like what we do for all scalar functions.

Difficulty

  • Medium

Score

  • 3000

Mentor(s)

  • @SunRunAway
  • @XuHuaiyu
  • @qw4990

Recommended Skills

  • Go programming

Contributor guide