xzj7019 commented on code in PR #1561:
URL: https://github.com/apache/doris-website/pull/1561#discussion_r1896449045


##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/query-acceleration/tuning/tuning-plan/adjusting-join-shuffle.md:
##########
@@ -24,40 +24,28 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-## 工作原理
+## 概述
 
 Doris 支持使用 Hint 来调整 Join 操作中数据 Shuffle 的类型,从而优化查询性能。本节将详细介绍如何在 Doris 中利用 Hint 
来指定 Join Shuffle 的类型。
 
-目前,Doris 仅限于指定 Join 右表的 Distribute Type,并且仅提供两种类型供选择:`[shuffle] `和 
`[broadcast]`。Distribute Type 需置于 Join 右表之前,可采用中括号 `[]`的方式。
+目前,Doris 支持两种独立的 
[DistributeHint](https://selectdb.feishu.cn/wiki/BpBxwpu07iL4jjkeai1cfs24nrn?open_in_browser=true),`[shuffle]
 ` 和 `[broadcast]`,用来指定 Join 右表的 Distribute Type。Distribute Type 需置于 Join 
右表之前,采用中括号 `[]` 的方式。同时,Doris 也可以通过 LeadingHint 配合 DistributeHint 的方式,指定 shuffle 
方式(详见“使用 Leading Hint 控制 Join 顺序”章节相关介绍)。

Review Comment:
   done



##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/query-acceleration/tuning/tuning-plan/reordering-join-with-leading-hint.md:
##########
@@ -24,174 +24,73 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-## Leading Hint 简介
+## 概述
 
-Leading Hint 是一种强大的查询优化技术,它允许用户指导 Doris 优化器确定查询计划中的表连接顺序。正确使用 Leading Hint 
可以显著提升复杂查询的性能。本文将详细介绍如何在 Doris 中使用 Leading Hint 来控制 Join 的顺序。
+Doris 支持使用 Hint 来调整 Join 操作中数据 Shuffle 的类型,从而优化查询性能。本节将详细介绍如何在 Doris 中利用 Hint 
来指定 Join Shuffle 的类型。
 
-:::info 备注
+目前,Doris 支持两种独立的 
[DistributeHint](https://selectdb.feishu.cn/wiki/BpBxwpu07iL4jjkeai1cfs24nrn?open_in_browser=true),`[shuffle]
 ` 和 `[broadcast]`,用来指定 Join 右表的 Distribute Type。Distribute Type 需置于 Join 
右表之前,采用中括号 `[]` 的方式。同时,Doris 也可以通过 LeadingHint 配合 DistributeHint 的方式,指定 shuffle 
方式(详见“使用 Leading Hint 控制 Join 顺序”章节相关介绍)。

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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to