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
- Chain-to-IN rewrites break String vs FixedString padding equivalence: x != c1 AND x != c2 AND x != c3 evaluates true while x != c1 alone is false in the same query
- No per-column diagnostic when the bad row is the last one and the input has no trailing newline
- Fix ALTER protections for nested column groups
- Reject text indexes on multidimensional array columns
- Fix minmax skip index pruning a granule whose Array or Map value contains a NaN
- Fix(S3): Non-strict S3 upload failure handling
- [RFC] ClickHouse GPU v1
- Correlated subquery in HAVING over an aggregating query throws internal code 10 at the ActionsDAG site
- Do not reject a query when index analysis has more parts than threads
- Aggregate projection column types depend on type-affecting session settings (e.g. `cast_keep_nullable`), diverging between declaration, write and read
- Docs
- C++ not yet supported