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
- `numericIndexedVectorPointwiseDivide`/`Multiply`: a result that rounds to zero silently drops the index from the vector instead of storing an explicit 0
- Decimal source skips DateTime64/Time64 saturation: out-of-range ticks stored
- age() off by one: ns overflow flips the sub-unit adjustment past 2262-04-11
- Subquery SETTINGS clause makes auto parallel replicas throw LOGICAL_ERROR
- `icebergTruncate` writes a spec-wrong partition value for negative integers — filtered reads silently return 0 rows for existing rows
- toRelativeHourNum is non-monotonic at the Unix epoch for DateTime64 but reports is_always_monotonic — partition pruning and PK analysis silently drop rows
- skipPosixNamedClass at a range upper bound: `[0-[:` eats the class end
- skipPosixNamedClass rescans the whole pattern per `[:` — analysis is now quadratic
- dateDiff('week') and age('week') undercount by one across the Unix epoch: truncating division in toRelativeWeekNum for in-LUT pre-epoch dates
- Check a part's own consistency even when one of its projections is broken
- Docs
- C++ not yet supported