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
- `StorageWindowView::getSourceTableSelectQuery` drops ORDER BY without resetting `order_by_all`, so `expandOrderByAll` dereferences a null `orderBy()` and SIGSEGVs the server
- Add --dump-schema option to clickhouse-client and clickhouse-local
- `BigQueryClient::requestJSON` builds HTTP headers from user-controlled arguments without `HTTPHeaderFilter`, so `billing_project`/`access_token` can inject headers and smuggle a second request
- Derive the Iceberg metadata codec from the file being opened
- Fix a crash in the gRPC server when a call is torn down while gRPC still owns its responder
- Backport #113654 to 26.7: Fix non-atomic Keeper Raft state persistence
- `system.query_log.columns` doesn't contain INSERT target columns
- Stress test hung check: 100 threads serialized on SerializationObject callbacks_mutex held across a blocking marks-load wait, amplified by a 3-per-refill TEST log storm under ThreadFuzzer
- Not working ALTER TABLE .. MODIFY SETTING default_compression_codec
- AutoReleases: fail closed when the check-runs read keeps failing
- Docs
- C++ not yet supported