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)
- 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 wrong ORDER BY for LowCardinality(Float) with NaN in read-in-order
- Explain analyze
- Use branchless quicksort (blqsort) for the general-purpose sort
- Use quantized vectors for fast KNN
- ReplicatedAccessStorage: freshly created role evicted from local cache by background watch refresh (TOCTOU race) -> UNKNOWN_ROLE
- Fix race in ReplicatedAccessStorage that could evict a just-created entity (UNKNOWN_ROLE)
- Docs
- C++ not yet supported