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
- IN (SELECT ...) inside a higher-order-function lambda always evaluates to 0 when the query is a derived table or the lambda is in WHERE
- Failed INSERT INTO s3(...) PARTITION BY leaves a durable read-visible prefix; default hive strategy silently duplicates it on retry
- arrayIntersect overflow guard tests isInteger on a Nullable type, so it never fires
- Column named like an array subcolumn (a.size0) added via ALTER: old parts silently return the subcolumn value instead of the DEFAULT, and merges materialize the wrong values
- Lightweight UPDATE: a mid-commit failure leaves a read-visible partial update and a retry double-applies
- RESTORE: a mid-attach I/O error leaves an un-rolled-back durable data prefix; the suggested allow_non_empty_tables retry duplicates it
- S3Queue (multi-server, hash-ring): a stale per-server Processed cache silently skips a re-appeared object after its tracked-file TTL expires
- PREWHERE Map subcolumn costing performs full-table metadata I/O before pruning
- AST fuzzer: do not create a view that duplicates a non-parallel sink
- Add is_nullable to system.columns, use it in information_schema
- Docs
- C++ not yet supported