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
4 changes: 4 additions & 0 deletions docs/src/main/sphinx/connector/delta-lake.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,10 @@ values. Typical usage does not require you to configure them.
- Number of threads used for retrieving metadata. Currently, only table loading
is parallelized.
- `8`
* - `delta.checkpoint-processing.parallelism`
- Number of threads used for retrieving checkpoint files of each table. Currently, only
- retrievals of V2 Checkpoint's sidecar files are parallelized.
- `4`
:::

### Catalog session properties
Expand Down