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 supported61 Subscribers
View all SubscribersAdd a CodeTriage badge to clickhouse
Help out
- Issues
- Support `OVERLAY(string PLACING replacement FROM start FOR length)` function
- Support `FROM (VALUES (...), ...) AS alias(col, ...)` table value constructor
- Add setting to make `||` / `concat()` propagate NULL instead of treating it as empty string
- Add setting to make `CAST(NULL AS type)` return a typed NULL instead of the type's default value
- Support `SIMILAR TO` pattern matching predicate
- Support `UNIQUE(subquery)` predicate that tests for no duplicate rows
- Support `MATCH` predicate for referential integrity checks in queries
- Support compound interval literals: `INTERVAL 'h:mm' HOUR TO MINUTE`
- Support `SET TIME ZONE INTERVAL '±hh:mm' HOUR TO MINUTE` and `SET SESSION CHARACTERISTICS`
- Fix skip indexes on data read with patch parts
- Docs
- C++ not yet supported