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
- `getClientHTTPHeader` leaks HTTP Basic Auth credentials because filter checks `"authentication"` instead of `"authorization"`
- Add shared scan optimization for self-joins
- Add test: `Merge` engine over `MergeTree` with lightweight DELETE -- trivial count gating untested
- Add test: INSERT / TRUNCATE rejection on S3 archive syntax untested
- librdkafka fork missing `ERR__DESTROY` guard in `rd_kafka_handle_SaslAuthenticate` — spurious SASL errors on Kafka engine producer destroy
- PREWHERE and(LowCardinality(UInt8), UInt8, UInt8) silently returns 0 rows when IN is used on LowCardinality(String)
- Add test: `dateTrunc` 3-argument timezone form for `millisecond`/`microsecond`/`nanosecond` is untested; output `DataTypeDateTime64` scale (3/6/9) is also not asserted via `toTypeName`
- implement generate date array
- `openCgroupv2MetricFile` builds invalid file paths via string concat without separator, silently disabling all `CGroup*` metrics for nested cgroups (e.g. systemd setups)
- Add test: `ToShortest` fallback in `formatReadable` is reachable but untested across the suite
- Docs
- C++ not yet supported