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
- Build the PREWHERE plan once per read pool instead of once per part
- Fix CREATE TABLE on a KeeperMap path racing a concurrent drop
- Fix a mutated part losing files to the temporary directory cleanup
- Merge table over Distributed + JOIN + LIMIT n WITH TIES: the shard fragment keeps WITH TIES but drops ORDER BY, fails with WITH_TIES_WITHOUT_ORDER_BY
- Cap JSON String column buffer growth to reduce INSERT peak memory
- Shrink over-allocated columns on INSERT to reduce peak memory
- Fix server abort on empty BUFFERED_V1 WASM UDF result
- bloom_filter skip index on a String column prunes all granules for a FixedString constant with trailing zero padding (silent wrong result)
- Parallel replicas with `parallel_replicas_prefer_local_join = 0`: selecting an ALIAS column of the left table of a RIGHT/RIGHT SEMI/RIGHT ANTI join throws NO_SUCH_COLUMN_IN_TABLE
- Add batched key hashing to HashMethodHashed
- Docs
- C++ not yet supported