pingcap/tidb

design vectorized aggregation functions

Open

#14,217 创建于 2019年12月25日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Go (6,186 fork)batch import
help wantedtype/enhancement

仓库指标

Star
 (40,090 star)
PR 合并指标
 (平均合并 14天 4小时) (30 天内合并 346 个 PR)

描述

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

贡献者指南