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
- Read and checksum the UNIQUE KEY dense-index SST through IDataPartStorage
- Keep the column default when another MODIFY COLUMN restates the type
- CI: run the full test suite only when review threads are resolved
- Support DEFINER / SQL SECURITY for dictionaries
- Stop retrying S3 reads after query cancellation
- Automatically set make_distributed_plan=1 when distributed_plan_workers_num != 0
- Final DISTINCT pass is single-threaded and does not scale with `max_threads`
- Fix wrong results for non-boolean conditions taken out of `and`
- Deduplicate the final DISTINCT in parallel
- Lazy FINAL with `optimize_aggregation_in_order` merges one group at a time (25000 `mergeBlocks` calls and 50000 log lines for a 35000-row table)
- Docs
- C++ not yet supported