This is an automated email from the ASF dual-hosted git repository. xuyangzhong pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
commit 1029df0f6bc85b892abdd0453101d037b4a6c9b4 Author: xuyang <[email protected]> AuthorDate: Wed Nov 5 10:14:13 2025 +0800 [FLINK-38625][doc] Fix broken anchor links about the table options in Performance Tuning page --- docs/content.zh/docs/dev/table/config.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/content.zh/docs/dev/table/config.md b/docs/content.zh/docs/dev/table/config.md index 1748fde1b72..258993043e1 100644 --- a/docs/content.zh/docs/dev/table/config.md +++ b/docs/content.zh/docs/dev/table/config.md @@ -116,30 +116,40 @@ Flink SQL> SET 'table.exec.mini-batch.size' = '5000'; {{< /tab >}} {{< /tabs >}} +<a name="execution-options" /> + ### 执行配置 以下选项可用于优化查询执行的性能。 {{< generated/execution_config_configuration >}} +<a name="optimizer-options" /> + ### 优化器配置 以下配置可以用于调整查询优化器的行为以获得更好的执行计划。 {{< generated/optimizer_config_configuration >}} +<a name="table-options" /> + ### Planner 配置 以下配置可以用于调整 planner 的行为。 {{< generated/table_config_configuration >}} +<a name="materialized-table-options" /> + ### Materialized Table 配置 以下配置可以用于调整 Materialized Table 的行为。 {{< generated/materialized_table_config_configuration >}} +<a name="sql-client-options" /> + ### SQL Client 配置 以下配置可以用于调整 sql client 的行为。
