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
- ReplicatedMergeTree: acked lightweight UPDATE on a renamed column is silently invisible while the RENAME COLUMN mutation is still pending
- Add SQL-managed CREATE/ALTER/DROP CLUSTER
- Native geometry functions have no single declaration of their accepted argument domain, and disagree on when an unaccepted argument is rejected
- ALTER TABLE ... DELETE on a Join-engine table is not crash-atomic: a server kill during the mutation silently loses acked rows the DELETE never matched
- Add the system.changelog table
- allow_window_partitions_independently splits a logical window partition when the window key uses toString(DateTime) or toFixedString: the disjointness proof trusts false isInjective claims
- IEJoin returns wrong rows for FixedString vs String inequality join keys at default settings: the injected CAST strips NUL padding and diverges from comparison semantics
- StorageKafka2: per-consumer partition lock quota does not account for kafka_num_consumers, causing partition monopolization
- Expression merged into join graph by default-ON query_plan_merge_expression_into_join is evaluated on rows the subquery's join excludes: valid query throws at defaults since 26.7
- optimize_redundant_comparisons (default true since 26.7) reasons bytewise about String vs FixedString comparisons: phantom rows and satisfiable conjunctions folded to constant false
- Docs
- C++ not yet supported