swuferhong commented on code in PR #21530:
URL: https://github.com/apache/flink/pull/21530#discussion_r1065265984
##########
docs/layouts/shortcodes/generated/optimizer_config_configuration.html:
##########
@@ -41,6 +41,12 @@
<td>Boolean</td>
<td>Enables join reorder in optimizer. Default is disabled.</td>
</tr>
+ <tr>
+ <td><h5>table.optimizer.bushy-join-reorder-threshold</h5><br>
<span class="label label-primary">Batch</span> <span class="label
label-primary">Streaming</span></td>
+ <td style="word-wrap: break-word;">12</td>
+ <td>Integer</td>
+ <td>The maximum number of joined nodes allowed in the bushy join
reorder algorithm. If this parameter is set too large, the search space of join
reorder algorithm will be too large, which will spend so much time. the default
value is 12.</td>
Review Comment:
Done!
--
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]