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
- Bound column count in inserted RowBinary header
- Fix wrong results in largestTriangleThreeBuckets for DateTime64 values near the type's upper bound
- Refuse a `Set` table on the right side of `IN` when a row policy applies to it
- Hide secret arguments in `EXPLAIN AST` output
- JIT `bitShiftRight`/`bitShiftLeft` skip the out-of-range shift clamp
- Relaxed `has` rule accepts a `Dynamic` key, so a matching row is pruned
- A rank() <= N filter above a window sorts every row to compute ranks it discards: bounding the window sort per partition is 16% faster on TPC-DS query_67
- Remove bogus assertion from `format_fuzzer`
- Don't share a query-context-dependent serialization through DataTypesCache
- Let `estimateReadRowsCount` keep an index analysis taken before filter pushdown off the read step
- Docs
- C++ not yet supported