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
- Fix `has`/`mapContains` on constant `Enum` arrays and maps searched by name
- allow_feature_tier is not enforced when a role or settings profile changes which settings apply
- Iceberg / DataLakeCatalog: repeated immutable work on every warm query
- Allow multiple hosts in clickhouse keeper-client
- `hasAll` on `Array(IntN)` is up to 13x slower on aarch64 — the vectorised set-intersection kernel is `__AVX2__`-only
- mortonDecode has no pdep/pext equivalent on aarch64 and decodes through eight dependent table lookups per row
- `VarMoments` accumulates scalar-at-a-time on aarch64 — `kurtSamp` and `stddevPopIf` up to 3.93x slower than on x86-64
- Add a two-level step identity and memo group deduplication to the Cascades optimizer
- Read and write HTTP bodies through ReadBuffer/WriteBuffer instead of std::iostream
- Stop new S3 reads after MergeTree query cancellation
- Docs
- C++ not yet supported