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

# Does ClickHouse support data lakes?

> ClickHouse supports data lakes, including Iceberg, Delta Lake, Apache Hudi, Apache Paimon, Hive

ClickHouse supports data lakes, including Iceberg, Delta Lake, Apache Hudi, Apache Paimon, Hive.

It provides support for **reading** and **writing**, full compatibility with partition pruning, statistics-based pruning, schema evolution, positional deletes, equality deletes, time travel, and introspection.

Data Lakes in ClickHouse are supported with **Unity**, **AWS Glue**, **Rest**, **Polaris**, and **Hive Metastore** catalogs, as well as individual tables.

Query performance on data lakes is top-notch thanks to distributed processing, efficient native Parquet reader, and data files caching.
