Skip to content

Commit cd67098

Browse files
burmeciaCopilot
andauthored
docs(iceberg): add documentation for batch_size server option (#522)
* docs(iceberg): add documentation for batch_size server option * Update docs/catalog/iceberg.md Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent 303da1d commit cd67098

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/catalog/iceberg.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,10 @@ For any server options need to be stored in Vault, you can add a prefix `vault_`
160160

161161
For other optional S3 options, please refer to [PyIceberg S3 Configuration](https://py.iceberg.apache.org/configuration/#s3).
162162

163+
#### Additional Server Options
164+
165+
- `batch_size` - Controls the batch size of records read from Iceberg (default: 4096)
166+
163167
### Create a schema
164168

165169
We recommend creating a schema to hold all the foreign tables:

0 commit comments

Comments
 (0)