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
- [CI crash] Failed to validate version metadata during data part load
- [26.3.9.8] Subquery over clusterAllReplicas returns different results depending on selected outer columns
- `checkLimits` uses conservative `total_size` for `system.numbers` causing false `TOO_MANY_ROWS` with LIMIT
- Add tests for best-effort parsing of microsecond and nanosecond Unix timestamps
- `tryMakeDirectJoinWithMergeTree` accepts `ReadFromPreparedSource` which lacks `clone`, causing `NOT_IMPLEMENTED` exception for Buffer tables
- Push equi-key filter into the left input of RIGHT JOIN for cross-type USING keys
- `cast_keep_nullable` fails to preserve nullability when target type is `LowCardinality` because `canBeInsideNullable` returns false for LC types
- ClickHouse Client: Autocomplete could be context-aware
- syntax incorrect queries leak "insert"/secure credentials body in system.query_log/logs
- Skip granule-level minmax index when the part-level minmax already covers it
- Docs
- C++ not yet supported