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
- obfuscateQuery: expose stateful/batch obfuscation (the only consistent + collision-free mode is a single pass, which doesn't scale)
- Add profile events for query analysis, query tree, and planning durations
- Fix wrong ORDER BY for LowCardinality(Float) with NaN in read-in-order
- Backport #105579 to 26.3: Fix nullptr deref in CREATE TABLE TO INNER UUID without ENGINE
- Fix text index fallback for failing preprocessor casts
- Metamorphic equivalence violation in HAVING clauses due to buggy partition pruning on NaN values
- TLP partitioning over a mixed `RIGHT JOIN` + comma join tree can produce rows from an empty result set
- [CI crash] Sorting transform failed during chunk processing
- Accept ROW(...) as a SQL-standard alias for Tuple(...)
- ci: set least-privilege permissions on workflow token
- Docs
- C++ not yet supported