openinx commented on a change in pull request #4181:
URL: https://github.com/apache/iceberg/pull/4181#discussion_r815618477
##########
File path: docs/versioned/flink/flink-getting-started.md
##########
@@ -547,6 +547,33 @@ RewriteDataFilesActionResult result =
Actions.forTable(table)
For more doc about options of the rewrite files action, please see
[RewriteDataFilesAction](../../../javadoc/{{% icebergVersion
%}}/org/apache/iceberg/flink/actions/RewriteDataFilesAction.html)
+## Configuration.
+
+The following options can be used to tune the performance of the query
execution.
+
+| Key | Default | Type |
Description
|
+|:-----------------------------------------------:| ------- | ------- |
--------------------------------------------------------------------------------------------------------------------------------
|
+| table.exec.iceberg.infer-source-parallelism | True | Boolean | If is
false, parallelism of source are set by config.<br/>If is true, source
parallelism is inferred according to splits number. |
+| table.exec.iceberg.infer-source-parallelism.max | 100 | Int | Sets
max infer parallelism for source operator.
|
+| table.exec.iceberg.expose-split-locality-info | None | Boolean | Expose
split host information to use Flink's locality aware split assigner.
|
+
+Usage:
Review comment:
I think we need to add two cases for the usage:
1. How to configure it in SQL client ?
2. How to configure it in Flink Java DataStream job ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]