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 supported67 Subscribers
View all SubscribersAdd a CodeTriage badge to clickhouse
Help out
- Issues
- force_data_skipping_indices and force_primary_key throw INDEX_NOT_USED when the query reads a second table that cannot use the index
- Plan-based parallel replicas: a read using direct read from a text index cannot be distributed (index read tasks are not serialized)
- fix(S3Queue): do not misattribute retried registry as fresh create
- Float-only codecs are accepted by the codec-valued MergeTree settings and fail at write time instead of at CREATE
- MOVE PARTITION TO TABLE still replicated: wedges Replicated db DDL queue
- bloom_filter skip index over-prunes for a FixedString constant on the subquery-IN and mapValues arrayElement paths (silent wrong result; #112206 fix incomplete)
- SELECT throws ILLEGAL_COLUMN (stale toUInt32 alter-conversion) after DROP + re-ADD of a column with a different type, until the drop's cleanup mutation rewrites the part
- index_granularity near 2^64: ceil-division overflow makes the part read as empty
- force_restore_data recovery silently resurrects TRUNCATEd data on a ReplicatedMergeTree replica when power loss drops the empty covering part but keeps the covered parts
- Append to a 1..64-byte file on an `encrypted` disk stacks a second encryption header: torn-write recovery bricks Log/StripeLog tables with a misleading UNKNOWN_CODEC, and the INSERT reports success
- Docs
- C++ not yet supported