Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/use-cases/data_lake/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ See the getting started guide for [accelerating analytics with MergeTree](/use-c

### Read data directly {#read-data-directly}

ClickHouse provides [table functions](/sql-reference/table-functions) and [engines](/engines/table-engines/integrations) for reading open table formats directly on object storage. Functions such as [`iceberg()`](/sql-reference/table-functions/iceberg), [`deltaLake()`](/sql-reference/table-functions/deltalake), [`hudi()`](/sql-reference/table-functions/hudi), and [`paimon()`](/sql-reference/table-functions/paimon) allow users to query lake format tables from within a SQL statement without any prior configuration. Versions of these functions exist for most common object stores, such as S3, Azure Blob Storage, and GCS. These functions also have equivalent table engines which can be used to create tables within ClickHouse which reference underlying lake formats object storage - thus making querying more convenient.
ClickHouse provides [table functions](/sql-reference/table-functions) and [engines](/engines/table-engines/integrations) for reading open table formats directly on object storage. Functions such as [`iceberg()`](/sql-reference/table-functions/iceberg), [`deltaLake()`](/sql-reference/table-functions/deltalake), [`hudi()`](/sql-reference/table-functions/hudi), and [`paimon()`](/sql-reference/table-functions/paimon) allow users to query open table format tables from within a SQL statement without any prior configuration. Versions of these functions exist for most common object stores, such as S3, Azure Blob Storage, and GCS. These functions also have equivalent table engines which can be used to create tables within ClickHouse which reference underlying open table format object storage - thus making querying more convenient.

See our getting started guide for [querying directly](/use-cases/data-lake/getting-started/querying-directly), or by [connecting to a data catalogue](/use-cases/data-lake/getting-started/connecting-catalogs).

Expand Down
Loading