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
- Parquet spatial-pruning schema walk loops on unvalidated num_children
- `grouping()` over a two-shard `Distributed` table throws 10 `NOT_FOUND_COLUMN_IN_BLOCK` with `optimize_skip_unused_shards = 1`: `__groupingOrdinary(..., _CAST([0], 'Array(UInt64)'), 1)` vs `[0]` header mismatch (regression since 26.9)
- `additional_table_filters` / `additional_result_filter` with a column matcher (`*`, `COLUMNS('.*')`, `t.*`) throws 1 `Unqualified matcher * cannot be resolved. There are no table sources`; the same predicate works in `WHERE` and under the old analyzer
- Remote/RemoteSecure still runs the host allowlist check during metadata replay
- DatabaseHDFS::getEngineName returns "S3": system.databases misreports the engine
- Type hint enables Enum->name rewrite on the no-cast `has` const-array path
- Wrapped element type defeats the new hint: `Nullable(Date)` still re-based as seconds
- Add `EXPLAIN TEXT` for query formatting and pagination rewrites
- flushBuffer returns true for an empty buffer: shutdown drain never breaks early
- The nondeterministic-mutation guard for `Replicated` tables ignores virtual columns flagged `deterministic=false`
- Docs
- C++ not yet supported