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 supported63 Subscribers
View all SubscribersAdd a CodeTriage badge to clickhouse
Help out
- Issues
- `atomFromDAG` passes NULL constant to `__bitWrapperFunc` which propagates NULL instead of UNKNOWN, causing `mayBeTrueOnGranule` to incorrectly prune matching granules
- Precision loss in extracting Decimal from JSON datatype
- `UnionNode::removeUnusedProjectionColumns` creates asymmetric column counts when `UNION ALL` has mixed EXCEPT/INTERSECT + plain SELECT children
- `parseSize` greedily consumes numeric prefix from HH:MM time rotation strings, creating a spurious byte-size threshold
- `compress` early return before sorting breaks `unique` invariant, producing wrong `histogram` results for small unsorted inputs
- Aliased `PRIMARY KEY` without `ORDER BY` produces unreadable metadata: clone preserves alias, `ParserStorageOrderByElement` rejects it
- `injectRequiredColumns` fallback injects part-only column name not resolvable by `StorageSnapshot` when intersection is empty
- Fix bugs in parseSize() and parseTime() for combined rotate strategy
- Index using aliases does not work in new versions
- Add virtual $name sub-column for Avro union type discrimination
- Docs
- C++ not yet supported