> ## Documentation Index
> Fetch the complete documentation index at: https://coollabstechnologiesbt.mintlify.site/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# ClickHouse

> Here you find an introduction to ClickHouse

<Check>One-click setup.</Check>

<img className="block h-32 dark:hidden" src="https://mintlify.s3-us-west-1.amazonaws.com/coollabstechnologiesbt/images/database-logos/clickhouse.png" />

<img className="hidden h-32 dark:block" style={{ filter: "invert(1)" }} src="https://mintlify.s3-us-west-1.amazonaws.com/coollabstechnologiesbt/images/database-logos/clickhouse.png" />

## What is ClickHouse

ClickHouse is an open-source column-oriented database management system designed for online analytical processing (OLAP). It's known for its exceptional query performance on large datasets, making it ideal for real-time analytics and data warehousing applications.

ClickHouse uses a column-oriented storage format and employs various optimizations like vectorized query execution to achieve high performance. It supports SQL with extensions and can handle both batch and stream data ingestion, making it versatile for various analytical workloads.

## Links

* [The official website ›](https://clickhouse.com/)
* [GitHub ›](https://github.com/ClickHouse/ClickHouse)
