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
- `uniqTheta` state shorter than 24 bytes is read past its buffer (ASan heap-buffer-overflow in `compact_theta_sketch_parser::parse`)
- Filter push-down drops an always-NULL HAVING conjunct that depends on an aggregate: `HAVING 7 AND (max(c0) + NULL) AND 65535` passes every group (regression since 26.3)
- `STREAM BOUNDED CURSOR` read reports rows to `count()` but returns no column values (`sum`, `GROUP BY` and aggregate states answer as if the table were empty)
- Zero-length `columns_substreams.txt` after power loss detaches the whole Wide part and silently loses acknowledged rows (missing file is safe, empty file is fatal)
- Zero-length or missing `ttl.txt` after power loss detaches the whole part and silently loses acknowledged rows, although TTL infos are recomputable derived data
- A function throws for a row whose result is NULL, when the payload under the null map is a value it rejects (`match` with an invalid regular expression, `hasToken` with a separator)
- Skip index over a Map column `j.m` wrongly prunes granules when the predicate reads a JSON dynamic path `j.m.key_<k>` of a sibling JSON column `j`
- GLOBAL RIGHT JOIN swap moves PREWHERE'd left table into a Memory temp table
- `tupleElement` default argument referencing an `ARRAY JOIN`-ed `Nested` subcolumn: `PruneArrayJoinColumnsPass` prunes it, causing silent wrong results or `BAD_ARGUMENTS`
- Write columns of target table in SELECT INSERT queries to query_log
- Docs
- C++ not yet supported