pingcap/tidb

design vectorized aggregation functions

Open

#14,217 建立於 2019年12月25日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Go (40,090 star) (6,186 fork)batch import
help wantedtype/enhancement

描述

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

貢獻者指南

design vectorized aggregation functions · pingcap/tidb#14217 | Good First Issue