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
- Implement Postgres `regexp_instr` function in ClickHouse
- Iceberg: Optimize JSON metadata parsing by improving string replacement
- Fix race in MergeTreeTransaction::afterCommit between state publish and part CSN update
- Optimize `LIMIT BY` by pushing down `LIMIT BY` into `Sort`
- Support Virtual Columns in Per-Part MinMax Index
- support three-valued logic in SelectivityEstimator
- Fix `FunctionsStress.stress` abort when a worker thread gets stuck
- Preserve SettingFieldMaxThreads::is_auto across SET <name> = DEFAULT
- `canConvertTo<size_t>` returns true for `x = 2^64` because `Float64(SIZE_MAX)` rounds up to `2^64`; subsequent `static_cast<size_t>` is UB
- Add test: `input_format_force_null_for_omitted_fields` throw branch in `JSONColumnsBlockInputFormatBase` untested for `JSONColumns` / `JSONCompactColumns` / `JSONColumnsWithMetadata`
- Docs
- C++ not yet supported