Skip to content

Commit

Permalink
Add docs for fs caching with Hudi
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Feb 28, 2024
1 parent e173bb5 commit c8c82b7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/src/main/sphinx/connector/hudi.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,3 +231,13 @@ The output of the query has the following columns:
- `VARCHAR`
- Current state of the instant.
:::

## Performance

The connector includes a number of performance improvements detailed in the
following sections.

### File system cache

The connector supports configuring and using [file system
caching](/object-storage/file-system-cache).
1 change: 1 addition & 0 deletions docs/src/main/sphinx/object-storage/file-system-cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ using the following connectors:

* [](/connector/delta-lake)
* [](/connector/hive)
* [](/connector/hudi)
* [](/connector/iceberg)

(fs-cache-distributed)=
Expand Down

0 comments on commit c8c82b7

Please sign in to comment.