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
- optimize_aggregators_of_group_by_keys never eliminates aggregates of LowCardinality GROUP BY keys, blocking HAVING pushdown and skip-index use
- GROUP BY … LIMIT N (no aggregates, no ORDER BY) should early-terminate the read like SELECT DISTINCT … LIMIT N
- Immediate statistics serialization
- Read-through filesystem cache for the experimental ReaderExecutor
- Resolve secondary index stream names without constructing index objects
- Rewrite aggregate-free GROUP BY ... LIMIT into SELECT DISTINCT ... LIMIT
- Decide parallel replicas eligibility with the subquery's own context
- Make stateless tests parallel-safe with per-test isolation
- Use text index on map element with Nullable constant key
- Text index looks through positive boolean wrappers
- Docs
- C++ not yet supported