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 the wrong ordering of the UUID data type
- Fix bitmap subset functions for small-set and promoted signed bitmaps
- Add UUID2 data type with correct sorting
- Bump `datasketch-cpp` with optimization for CountMinSketch
- text/tokenbf_v1/ngrambf_v1 index conditions ignore LowCardinality(String) constants — silent full scan, while primary key and bloom_filter handle the same predicate
- Text index condition does not look through positive boolean wrappers — hasToken(s, 'x') = true scans all granules while bare hasToken(s, 'x') prunes
- Text index on mapKeys/mapValues is not used when the map element key is a Nullable constant
- Subcolumn reads with FINAL on CoalescingMergeTree bypass coalescing on unmerged parts (JSON paths return wrong NULLs; Nullable(Tuple) array elements return wrong defaults)
- optimize_aggregators_of_group_by_keys never eliminates aggregates of LowCardinality GROUP BY keys, blocking HAVING pushdown and skip-index use
- GROUP BY … LIMIT N (no aggregates, no ORDER BY) should early-terminate the read like SELECT DISTINCT … LIMIT N
- Docs
- C++ not yet supported