ClickHouse / ClickHouse/ClickHouse

Implement support for aggregation-by-partitions in parallel replicas

Open
#57,261 0 comments 0 reactions 0 assignees View on GitHub
comp-parallel-replicas feature performance
Dominant language
C++
Stars
49.9k
Forks
9k
Avg merge
21h 32m
Merged PRs (30d)
515

Description

continuation of #34950

we could append a filter condition like `partition_key = X_i` to a query to be send to replica `#i` and rely on key analysis to do all the dirty work. and avoid merging on the initiator.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.