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
- MergeMutate pool permanently wedges on addFuturePartIfNotCoveredByThem
- PR's fix is incomplete: `replaceToConstants` (line 159) recurses into correlated subqueries unguarded, replacing ColumnNodes in `correlated_columns_list` with ConstantNodes, causing `Bad cast from type DB::ConstantNode to DB::ColumnNode` LOGICAL_ERROR
- Improve vector similarity search performance with binary quantization
- Cannot recover from read_only mode
- `normalizeQueryToPODArray` silently drops unary `+`/`-` before non-literal tokens after a comma
- ODBC bridge response truncated mid-row when `parallelize_output_from_storages=1` and `max_threads>=2` over a view (CANNOT_READ_ALL_DATA)
- `OptimizeGroupByInjectiveFunctionsPass` trusts `toFixedString::isInjective=true` and produces wrong GROUP BY counts when input strings of different lengths zero-pad to the same FixedString
- `KEYED BY normalized_query_hash` quotas track READ_ROWS/READ_BYTES/RESULT_ROWS/RESULT_BYTES/EXECUTION_TIME/WRITTEN_BYTES on shared session intervals, defeating per-hash isolation
- Database level CLONES
- ReaderExecutor: pipeline-based read orchestration
- Docs
- C++ not yet supported