pingcap/tidb

design vectorized aggregation functions

Open

#14.217 aberto em 25 de dez. de 2019

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Go (6.186 forks)batch import
help wantedtype/enhancement

Métricas do repositório

Stars
 (40.090 stars)
Métricas de merge de PR
 (Mesclagem média 14d 4h) (346 fundiu PRs em 30d)

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

Guia do colaborador