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
- 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
- Top-K dynamic filtering over a Tuple() column: ORDER BY ALL DESC LIMIT n throws NOT_IMPLEMENTED "Comparison of zero-sized tuples" at default settings
- Fix "Coordinator for parallel reading from replicas is not initialized" for a nested cluster read
- Crash between the mutation entry and the metadata commit of `ALTER ... RENAME COLUMN` silently returns defaults for acknowledged data on wide parts
- Refuse to read Apache Paimon primary-key tables instead of returning superseded rows
- Fix materialized CTE gate missing for a reused CTE over Distributed
- Paimon table functions: the `structure` argument is reported by DESC but ignored by SELECT
- Docs
- C++ not yet supported