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
- Do not prune a part by statistics while a `RENAME COLUMN` is pending
- Enable query_plan_join_shard_by_pk_ranges by default
- `WHERE d = const` silently returns 0 rows over a `CAST(DateTime_with_tz, 'String')` primary key — data loss via granule mispruning
- Fix out-of-bounds reads when reading malformed JSON and Dynamic columns
- `GROUP BY` does not collapse a `Nullable(Nothing)` key produced by `UUIDStringToNum(<col>, NULL)` — one group per input row
- Reject `arrayJoin` in projections and `Distributed` sharding keys
- Recompute `MATERIALIZED` columns when a column TTL resets their source
- Fix column loss when a column dropped and re-added with IF NOT EXISTS in the same ALTER statement
- Complete an interrupted part removal when loading outdated parts
- Live flame graphs from streamed profiler samples in the Web UI
- Docs
- C++ not yet supported