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 supported67 Subscribers
View all SubscribersAdd a CodeTriage badge to clickhouse
Help out
- Issues
- Fix join filter pushdown
- Fix Kafka consumers lingering after shutdown
- AutoReleases: gate a release candidate on install-packages checks, not the whole CI
- `JSONExtractTree` object traversal builds two temporary `String`s per key: `escapeDotInJSONKey(String(key))` and the shared-data path copy
- Window functions: RANGE peer-group detection pays a per-row equal-range scan when every peer group is a single row (16.6% regression in 26.7)
- Parquet reader: rep/def level processing in `Reader::readRowsInPage` grows its output containers once per value
- Do not pre-filter a join side with a condition that reads no column
- Fix wrong results when two calls of a table function differ only in an OVER or SAMPLE clause
- WeeklyOfficialDocker: serialize against CreateRelease via shared concurrency group with queue: max
- Fix paimon incremental read fencing
- Docs
- C++ not yet supported