clickhouse
https://github.com/yandex/clickhouse
C++
ClickHouse is a free analytic DBMS for big data.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
C++ not yet supported68 Subscribers
View all SubscribersAdd a CodeTriage badge to clickhouse
Help out
- Issues
- perf(promql): Cache identical TimeSeries metric family inserts.
- Bound the set size for pushing a filter below LIMIT BY
- Break a PromQL topk/bottomk tie by the series, not by the read order
- Add Delta Lake write tests: writer features, failpoints, evolution, grants, STS
- Add column scatter kernels and run/chain tags for `RowRefList`
- Sibling aggregate scalar subqueries over the same tables are executed one at a time: answering the group with one scan is 70% faster on TPC-DS query 9
- Answer sibling count() subqueries over the same tables with one scan
- Add stateless test jobs with automatic parallel replicas
- Plan-based parallel replicas: WITH TOTALS from the right side of a join is dropped when parallel_replicas_local_plan = 0
- Parallel-replicas `INSERT SELECT` route accepts a CTE in `FROM` and forwards a `SELECT` without its `WITH` clause (`Unknown table expression identifier`)
- Docs
- C++ not yet supported