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 the spilling mode of the partitioned hash join
- hasAnyTokens/hasAllTokens are not routed through tokenbf_v1, so a token search on a bloom-filter-indexed column reads every granule: 825 ms and 8M rows vs 111 ms and 655k
- Backport #119238 to 26.3: Don't use backoffs on concurrent inserts conflicts
- Many monotonic functions do not declare monotonicity, so `KeyCondition` cannot prune through them (`addDays`, `dateDiff`, `sqrt`/`exp`/`log`, `formatDateTime`, `toWeek`, `*OrDefault`, `greatest`/`least`, ...)
- `DateTime +/- INTERVAL n MONTH|YEAR` is not actually monotonic due to day clamping
- Password prompts (on install and in the client) shouldn't take ANSI escape sequences
- system.unicode notation values carry a trailing NUL (stale ColumnString layout)
- Cherry pick #120252 to 26.3: Fix out-of-bounds read on truncated compact `Variant` discriminators
- Cherry pick #120252 to 26.7: Fix out-of-bounds read on truncated compact `Variant` discriminators
- Fix CPU-slot acquisition latency and add ResourceRequest tracing (#11…
- Docs
- C++ not yet supported