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
- `DETACH TABLE ... PERMANENTLY` flag file is never fsynced: the table silently re-attaches itself after power loss
- Object storage disks ignore the entire fsync setting family: an acknowledged INSERT with `fsync_after_insert = 1` issues zero fsync and is silently lost on power loss (local metadata loss is fatal even when blobs are durable)
- Keeper can discard a fully-fsynced snapshot after power loss (no directory fsync in src/Coordination), losing acknowledged writes
- Acknowledged `DROP TABLE` / `RENAME TABLE` / `EXCHANGE TABLES` on an Atomic database can silently revert after power loss: the DDL commit record is never fsynced
- `ALTER TABLE ... DROP DETACHED PART/PARTITION` is not durable: the removal is never fsynced and no setting reaches this path, so the detached part resurrects after power loss
- Better JOIN observability in `system.query_log`
- Fix map[key] returning a later duplicate key instead of the first
- Add column allowlist/denylist settings for automatic statistics
- optimize_skip_unused_shards duplicates every group of a distributed self-join on an expression sharding key
- Use Silk fibers in QueryRunner
- Docs
- C++ not yet supported