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
- Cherry pick #117329 to 26.3: Add a setting to forbid listing namespaces in catalogs
- Cherry pick #117329 to 26.7: Add a setting to forbid listing namespaces in catalogs
- Prepare changelog for 26.10
- Schema inference: an integer past the inference sample is silently wrapped into the sampled type — ClickHouse cannot read back its own CSV export of a UInt64 column
- JSON type: a `null` array element is silently replaced by an empty array on a dynamic path — and whether it survives depends on the order the rows arrive in
- serializeSortDescription writes `alias` only for WITH FILL columns
- optimize_redundant_functions_in_order_by drops an ORDER BY term under WITH CUBE / ROLLUP / GROUPING SETS, returning wrong row order — and wrong rows under LIMIT
- Empty namespace tuple from a REST catalog throws LOGICAL_ERROR in `parseNamespaces`
- Fix performance regression in short-circuit logical mask evaluation
- Dangling tuple element type when the KV tuple key filter holds LowCardinality
- Docs
- C++ not yet supported