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 supported64 Subscribers
View all SubscribersAdd a CodeTriage badge to clickhouse
Help out
- Issues
- Clickhouse V.26.3.9.8 Can't Create Table Egine while V.26.5 Can
- `DESCRIBE` and `SHOW CREATE TABLE` report stale column types for TO-target materialized views after upstream `ALTER MODIFY COLUMN`
- Spurious TOTALS row in non-aggregate SELECT when WHERE contains a correlated scalar subquery using `WITH TOTALS HAVING <expr over outer column>`
- `DISTINCT` over `GROUP BY ... WITH CUBE/ROLLUP/GROUPING SETS` returns duplicates (`query_plan_remove_redundant_distinct` over-removal)
- `NOT hasToken(<Nullable>, ...)` over text-index direct-read returns rows whose value is NULL
- Non-matched RIGHT JOIN row carries the outer SELECT's constant column (not defaulted) when the join is wrapped in a subquery
- `mapKeys` bloom_filter index prunes everything for `map[k] = toFixedString('\', N)` (String form works, FixedString does not)
- Backport #92925 to 25.8: segfault rebuilding _part_offset projection during CoalescingMergeTree merge
- Drafting DataLake decoupling
- Storage `Join(ALL, RIGHT, ...)` + `QUALIFY NULL`: rewriting `WHERE p` to `WHERE p AND 1` flips 0 rows → all right-side rows with left columns defaulted (no-op rewrite changes result + breaks join matching)
- Docs
- C++ not yet supported