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
- Fsync backup files and directories when writing a backup to local disk
- Fsync snapshot directory in Keeper to survive power loss
- Fix LOGICAL_ERROR in normal projection optimization with correlated subqueries
- Source grants are widened to both `READ` and `WRITE` after an access-entity serialization round trip (`ReplicatedAccessStorage`, `DiskAccessStorage`)
- A default database literally named `NONE` is lost after an access-entity serialization round trip: `ASTDatabaseOrNone` formats it unquoted and the parser reads it back as the `NONE` sentinel
- Fix Time64 to Time cast
- transform_null_in=1 fails for non-nullable String IN nullable subquery result
- Vector similarity index not used when query contains DISTINCT
- Query condition cache poisoned by a parallel-replicas read of Merge over a VIEW — later plain queries silently return 0 rows
- Power loss after `CHECK TABLE` repairs `checksums.txt` bricks the part: the repair write is never fsynced
- Docs
- C++ not yet supported