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
- Decode compressed marks on demand
- Columns are not pruned through a VIEW over a Distributed table: SELECT of one column reads every column of the underlying table (analyzer)
- Functions requiring grant
- Iceberg writer: a `Time` column is declared as Iceberg `time` but stored as a bare Parquet INT64 in seconds — spec-compliant readers refuse the table (`Cannot promote long to time`), and the pending `time` read fix (#105540) would misread it by 10^6
- Iceberg TIME column: `WHERE t = <displayed value>` silently returns no rows at default settings (manifest-bounds pruning compares raw microseconds, the projection shows seconds), and an identity partition on the column switches the exposed unit to microseconds (#94686 reproduced upstream)
- Iceberg writer: metadata.json carries `parent-snapshot-id: -1` on root snapshots and lists itself in `metadata-log` (spec deviations)
- CI: report PR changed-line breakdown by src / tests / docs
- Transactions for Replicated MergeTree: planned or in progress?
- count() with a whole-tuple comparison against a tuple constant containing NULL counts rows the filter rejects when the key wraps the column in a transform (ORDER BY toString(t))
- Return the normalized headers from HTTPHeaderFilter::checkAndNormalizeHeaders
- Docs
- C++ not yet supported