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 supported68 Subscribers
View all SubscribersAdd a CodeTriage badge to clickhouse
Help out
- Issues
- Add `notHas` function
- Fix data race in shared format init exception rethrow
- Accept fractional unix timestamp for DateTime64 in containers and JSON
- TotalPrimaryKeyBytesInMemoryAllocated metric and the corresponding field in system.tables, system.parts should account for projections' primary key as well
- Storage-policy config reload may claim pre-existing data on newly added disks
- JOIN ON a.id IS NULL AND b.id IS NULL is optimized, but with AND a.id IS NULL = b.id IS NULL it's not
- Array(DateTime64(N)) CSV parsing fails for unquoted fractional unix timestamp (e.g. "1783585473.954")
- Reintroduce borrowed threadgroup async uaf fix
- Backport #109492 to 25.8: Fix segfault in `largestTriangleThreeBuckets` aggregate function
- DDLWorker hangs on leader-only query when one of the replicas is inactive
- Docs
- C++ not yet supported