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 wrong result from `optimize_injective_functions_in_group_by` on `toString(x, NULL)`
- Fix the CI infrastructure auto-retry and rerun an infra job in a mixed run
- Fix wrong results when two `DateTime` constants differ only in the time zone
- Iceberg: INSERT of UInt32/UInt64 values above the signed maximum is acked and silently reads back as different, negative values
- Text index with splitByString tokenizer + postprocessor: hasPhrase returns wrong results on every execution path (silent row loss and false positives)
- Text index preprocessor is dropped wherever index analysis does not run (SELECT list, use_skip_indexes = 0) while the tokenizer rewrite still fires — same expression returns different results by position, and disabling skip indexes silently loses rows
- Space-shared memory scheduler: an over-limit reservation evicts lower-precedence workloads that cannot satisfy it, and a reserve_memory=0 first grow can hang
- Heal loading of legacy toTime definitions via default-profile use_leg…
- [fix](iceberg) Read snapshots without schema-id
- Mutation partition pruning evaluates `IN <table>` at submission time — rows matching the execution-time set silently escape ALTER DELETE (deferred-set guard misses bare table identifiers)
- Docs
- C++ not yet supported