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
- Let `TwoLevelHashTable` choose its bucket count and bucket hash, and share one fixed-range table between buckets
- Re-implement IN to JOIN rewrite in the planner
- Fix privilege check bypass in text index transform expressions
- Make 02483_merge_projections and the 03460 projection tests independent of background merges
- docs: explain multi-topic Kafka ClickPipes ingestion
- Make DPsub the default join order algorithm, with the CD-C conflict detector
- Fix a window frame silently dropped when it precedes the parent window name
- Only `equals` conjuncts are merged into a JOIN condition, so a cross-table range comparison never reaches join planning: TPC-DS query_72 -86%
- Remove `use_compact_format_in_distributed_parts_names`, always use compact format
- `RIGHT JOIN` + `WHERE assumeNotNull(...)` loses all rows in both `WHERE p` and `WHERE NOT p` — query-plan optimizer honors a residual null-map after `assumeNotNull` strips it from the type
- Docs
- C++ not yet supported