What is Apache Druid?
Apache Druid is a high performance column-oriented, distributed data store designed for OLAP workloads. It is open source, supports horizontal scalability, and has a low latency SQL interface.
Apache Druid has a rich SQL interface that supports most SQL operations, including filters, aggregations, and joins. Apache Druid also supports User-Defined Functions (UDFs), which allows users to extend the SQL interface to support custom operations.
Apache Druid is scalable and can be deployed on a single server or on a cluster of servers. It is highly available and can tolerate failure of individual nodes.
Apache Druid is open source and is released under the Apache License, Version 2.0.
Comments
Post a Comment