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
- Speed up minmax index evaluation
- Fix KQL parser depth and backtracks counter propagation
- Fix flaky 00825_protobuf_format_map under map-bucket serialization
- Fix KQL parser depth and backtracks counter propagation
- `checkLimits` uses conservative `total_size` for `system.numbers` causing false `TOO_MANY_ROWS` with LIMIT
- Improve best effort timestamp parse - micro and nanoseconds
- `original_console_log_level_config` reads from `logger.startup_console_log_level` instead of `logger.console_log_level`, so the console log level is never restored after startup
- `tryMakeDirectJoinWithMergeTree` accepts `ReadFromPreparedSource` which lacks `clone`, causing `NOT_IMPLEMENTED` exception for Buffer tables
- `NOT_FOUND_COLUMN_IN_BLOCK` when combining `WITH FILL INTERPOLATE` and `LIMIT N BY` (analyzer=1)
- `DETACH TABLE` (without `TEMPORARY` keyword) silently succeeds on temporary tables due to narrowed guard in `executeToTableImpl`
- Docs
- C++ not yet supported