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
- Stop a cache-warm read of an already-removed part from failing the lost-S3-keys checks
- `analyzer_inline_views = 1`: JOIN with a plain VIEW throws 206 `ALIAS_REQUIRED` — the inlined view loses its name as the subquery alias
- `make_distributed_plan`: `IN (SELECT ...)` with a non-convertible literal throws 53 `TYPE_MISMATCH` instead of returning the empty comparison result
- Window `PARTITION BY` an `AggregateFunction` column: partitioning depends on `max_threads` (sort path sees all states equal, scatter path hashes state bytes); `ORDER BY` on the same column is rejected
- Stress test: retry the fault-injection verification query on client timeout
- RFC: Multi-Text — native multi-field search over a shared text index
- Cherry pick #112649 to 26.3: Fix deduplication token attribution for materialized-view targets of partitioned tables
- Backport #112649 to 26.5: Fix deduplication token attribution for materialized-view targets of partitioned tables
- Backport #112649 to 26.6: Fix deduplication token attribution for materialized-view targets of partitioned tables
- Do not inject random ORDER BY into queries planned to an intermediate stage
- Docs
- C++ not yet supported