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
- Replicated database: a new/recovering replica wedges on tables whose ZooKeeper metadata exceeds max_query_size
- toDayOfWeek over a timezone-carrying DateTime primary key silently drops rows (monotonicity computed in server timezone, values in column timezone)
- Shared memory interface for executable UDFs
- BACKUP of a lazy-loaded (lazy_load_tables=1) MergeTree/ReplicatedMergeTree table silently backs up no data
- Fix a valid `JOIN ON` query rejected by the redundant-comparison optimization
- KeyCondition over-prunes the signed-zero granule for f = 0.0 when the primary key is an injective float transform
- Declare every geometry function's argument domain once, in `getReturnTypeImpl`
- mergeTreeAnalyzeIndexes: a malformed args_array argument raises a logical error (subquery) or a raw boost out_of_range (bare literal) instead of BAD_ARGUMENTS
- Do not prune a comparison of a value that carries its own type
- Do not let index analysis fail a query on a subexpression it cannot evaluate
- Docs
- C++ not yet supported