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
- Server SEGFAULT in `SingleValueDataGenericWithColumn::read` for `singleValueOrNull(JSON)` because `result_type` (`Nullable(JSON)`) is passed instead of `value_type` (`JSON`)
- `StorageMerge` filter `WHERE _table='X'` returns no rows when underlying table has a physical `_table String` column shadowing the virtual
- pointwiseEqual post-loop sign-extension check unconditionally applies signed two's complement logic, returning empty for unsigned values with the high bit set
- `return` in `updateMatchedColumnsFromJoinUsing` exits entire function, skipping type updates for subsequent USING columns
- PR #96022 validation removed by later refactoring: RENAME COLUMN before UPDATE/DELETE on same column violates ALTER atomicity
- `injectRequiredColumns` filter excludes renamed columns, fallback re-introduces `NO_SUCH_COLUMN_IN_TABLE`
- Shorthand setting syntax accepts unknown setting names due to `castValueUtil` custom settings bypass
- `ASTWindowListElement::definition` not in `children` during parsing — query parameters in named WINDOW definitions are not substituted
- Add SCANN Vector Index Support
- DataLakeCatalog: `RestCatalog::getTables` does not paginate, hides tables in large namespaces (OneLake/BigLake/Iceberg REST)
- Docs
- C++ not yet supported