ClickHouse
ClickHouse is an open-source column-oriented database management system designed for online analytical processing (OLAP). It specializes in fast, ad-hoc queries over large volumes of data and real-time analytics. The project originated at Yandex and was released as open source in 2016 under the Apache License 2.0. It has since grown into a widely adopted solution in industry, with both community and commercial deployments.
ClickHouse stores data in columns, enabling high compression and efficient reading of only the needed fields.
Deployment scales horizontally through sharding and replication, typically using ZooKeeper for coordination. It is used for
Interoperability is provided via native C++ client libraries, HTTP interfaces, and drivers for JDBC/ODBC and languages