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
- obfuscateQuery: option to obfuscate common-word identifiers (keep_words leaks real names that are dictionary words)
- Fix logical error "Inconsistent AST formatting" on a function name containing query parameters
- Wrong results: GROUP BY on the partition key with a WHERE filter is served from _minmax_count_projection and collapses all groups into one
- 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(promql): Apply Prometheus Query API query_log tracking (#99475)
- Fix session_timezone ignored on LowCardinality(DateTime)
- Fix wrong ORDER BY for LowCardinality(Float) with NaN in read-in-order
- Explain analyze
- Add regression test for session_timezone on LowCardinality(DateTime)
- Docs
- C++ not yet supported