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
- Iceberg: parallelize manifest file loading to fix 3s cold-cache bottl…
- Add histogram metrics for Azure read request duration and bytes
- plans for allow_experimental_cluster_discovery setting
- `mysqlDayOfMonthWithSpacePadding` leaves `dest[0]` uninitialized for day<10 in variable-width formatter path (sibling of the `%f` bug this PR fixes)
- floatBitTrim function
- Copy-paste typo in `IIcebergSchemaTransform::transform` ARRAY case assigns `tmp_node_array` instead of `tmp_node_map`, breaking schema evolution on `Array(Map(K, Tuple))`
- `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
- Docs
- C++ not yet supported