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
- `should_skip_column_operation` uses `has` instead of `has || hasNested`, causing `DROP COLUMN IF EXISTS` to silently skip flattened Nested columns
- `expandLimitByAll` skips entire mixed expressions instead of extracting non-aggregate subexpressions as documented
- `FunctionComparison::getConstantResultForNonConstArguments` missing `isNothing(result_type)` guard — same bug class as PR fix
- Discover columns in distributed
- Fix row policies usage for Merge table + child table
- query cache for LIMIT and ORDER BY
- feat(formats): Add OpenMetrics text format (read/write).
- label for programmatically generated issues/pr
- S3 disk access check failure during startup produces unclear error logging
- `YYYYMMDDhhmmssToDateTime64` missed by pre-epoch fractional seconds fix — still uses old `decimalFromComponents<DateTime64>`
- Docs
- C++ not yet supported