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 supported67 Subscribers
View all SubscribersAdd a CodeTriage badge to clickhouse
Help out
- Issues
- Share effective access rights between sessions of the same user
- A column defined as ALIAS/DEFAULT/MATERIALIZED with a bare IN table expression is accepted at CREATE, then every read throws a Not-ready Set logical error and a mutation referencing it wedges permanently
- DeltaLake (delta-kernel): CREATE TABLE ... ENGINE=DeltaLake blocked forever in SnapshotBuilder::build → read_files → mpmc recv (no timeout); on the DDLWorker thread it wedges the whole distributed DDL queue and cannot be cancelled
- RESTORE ... AS mis-renames table references: several carriers are missed, and the IN right-hand side is renamed when it must not be
- Vector search after a lightweight DELETE returns fewer rows than LIMIT and misses true nearest neighbors, down to an empty result (26.7 regression)
- Column TTL resets the source column to its default without recomputing dependent MATERIALIZED columns — permanently stale values
- HudiMetadata lazily initializes its shared file list without synchronization — data race between concurrent queries on one Hudi table
- Skip statistics and skip index pruning for parts with pending mutations
- Statistics-based part pruning uses a pending-renamed column's stale statistics — silent missing rows at default settings
- Move virtual row read-ahead and buffering into a new VirtualRowReadAheadTransform
- Docs
- C++ not yet supported