Skip to content

Commit 52d3bf3

Browse files
committed
[FLINK-38625][doc] Fix broken anchor links about the table options in Performance Tuning page
1 parent 3432252 commit 52d3bf3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/content.zh/docs/dev/table/config.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,30 +116,40 @@ Flink SQL> SET 'table.exec.mini-batch.size' = '5000';
116116
{{< /tab >}}
117117
{{< /tabs >}}
118118

119+
<a name="execution-options" />
120+
119121
### 执行配置
120122

121123
以下选项可用于优化查询执行的性能。
122124

123125
{{< generated/execution_config_configuration >}}
124126

127+
<a name="optimizer-options" />
128+
125129
### 优化器配置
126130

127131
以下配置可以用于调整查询优化器的行为以获得更好的执行计划。
128132

129133
{{< generated/optimizer_config_configuration >}}
130134

135+
<a name="table-options" />
136+
131137
### Planner 配置
132138

133139
以下配置可以用于调整 planner 的行为。
134140

135141
{{< generated/table_config_configuration >}}
136142

143+
<a name="materialized-table-options" />
144+
137145
### Materialized Table 配置
138146

139147
以下配置可以用于调整 Materialized Table 的行为。
140148

141149
{{< generated/materialized_table_config_configuration >}}
142150

151+
<a name="sql-client-options" />
152+
143153
### SQL Client 配置
144154

145155
以下配置可以用于调整 sql client 的行为。

0 commit comments

Comments
 (0)