In this section, we will take a look at ClickHouse’s support for Data Lakes. ClickHouse supports many of the most popular table formats and data catalogs, including Iceberg, Delta Lake, Hudi, AWS Glue, REST Catalog, Unity Catalog and Microsoft OneLake.Documentation Index
Fetch the complete documentation index at: https://private-7c7dfe99-page-updates.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Open table formats
Iceberg
See iceberg which supports reading from Amazon S3 and S3-compatible services, HDFS, Azure and local file systems. icebergCluster is the distributed variant of theiceberg function.
Delta Lake
See deltaLake which supports reading from Amazon S3 and S3-compatible services, Azure and local file systems. deltaLakeCluster is the distributed variant of thedeltaLake function.
Hudi
See hudi which supports reading from Amazon S3 and S3-compatible services. hudiCluster is the distributed variant of thehudi function.
Data catalogs
AWS Glue
AWS Glue Data Catalog can be used with Iceberg tables. You can use it with theiceberg table engine, or with the DataLakeCatalog database engine.
Iceberg REST Catalog
The Iceberg REST Catalog can be used with Iceberg tables. You can use it with theiceberg table engine, or with the DataLakeCatalog database engine.
Unity Catalog
Unity Catalog can be used with both Delta Lake and Iceberg tables. You can use it with theiceberg or deltaLake table engines, or with the DataLakeCatalog database engine.