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 supported63 Subscribers
View all SubscribersAdd a CodeTriage badge to clickhouse
Help out
- Issues
- Speed up the analyzer / planner for SELECT count() and similar lightweight queries
- Add a new system table `user_query_log`
- Add SQLite input/output format
- `getMinMaxCountProjection` incorrectly returns swapped min/max when explicit PRIMARY KEY is used with DESC ORDER BY
- Tables with positional-argument projections cannot be attached when `enable_positional_arguments_for_projections=false` because ATTACH uses global context, ignoring session settings
- Missing space in `BAD_ARGUMENTS` error message for duplicate PASTE JOIN columns
- VALUES clause silently produces empty Map when inserting `Map(Float64, V)` into `Map(Float32, V)` column
- Tab width calculation ignores `output_format_pretty_row_numbers` setting, causing incorrect column widths
- STDOUT compression not applied when output format is explicitly specified
- Logical error: 'std::exception. Code: 1001, type: std::out_of_range, e.what() = unordered_map::at: key not found (version 26.5.1.465), Stack trace: (STID: 2508-34fb)
- Docs
- C++ not yet supported