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
- Reject duplicate storage namespaces within a policy
- Deduplicate the LowCardinality/Nullable unwrap in monotonicity analysis
- Fix wrong results in `optimize_redundant_comparisons` for `Variant` expressions
- Backport #109932 to 26.6: Fix crash in direct JOIN over MergeTree with PREWHERE (shared PrewhereInfo corrupted by column pruning)
- Offset-based parallel replicas fan out onto replicas of a non-replicated MergeTree, ignoring `parallel_replicas_for_non_replicated_merge_tree` and `parallel_replicas_only_with_analyzer`
- `WINDOW VIEW` cannot receive inserted data: pushes from the source table are silently skipped, direct inserts fail with `std::out_of_range`
- Fix TTLDrop merge of a table with a text index or an inert index
- Fix data loss and silent behaviour changes in databases with lazy_load_tables
- Statistics-based part pruning drops NaN rows: NOT (f < c) prunes a part whose only matching rows are NaN — silent empty result at default settings
- rewrite_in_to_join breaks repeated identical aliased IN expressions: MULTIPLE_EXPRESSIONS_FOR_ALIAS on a query that is valid without the rewrite
- Docs
- C++ not yet supported