Skip to content

Commit 5dffd65

Browse files
[Doc] Update Features.md (backport #47043) (#47055)
Co-authored-by: 云瞻 <[email protected]>
1 parent b18f66d commit 5dffd65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zh/introduction/Features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ StarRocks 采用 MPP (Massively Parallel Processing) 分布式执行框架。在
1414

1515
![MPP1](../assets/1.2-4.png)
1616

17-
与很多数据分析系统采用的 Scatter-Gather 分布式执行框架不同,MPP分布式执行框架可以利用更多的资源处理查询请求****在 Scatter-Gather 框架中,只有 Gather 节点能处理最后一级的汇总计算。**而在 MPP 框架中,数据会被 Shuffle 到多个节点,并且由多个节点来完成最后的汇总计算**。在复杂计算时(比如高基数 Group By,大表 Join 等操作),StarRocks 的 MPP 框架相对于 Scatter-Gather 模式的产品有明显的性能优势。
17+
与很多数据分析系统采用的 Scatter-Gather 分布式执行框架不同,MPP分布式执行框架可以利用更多的资源处理查询请求在 Scatter-Gather 框架中,只有 Gather 节点能处理最后一级的汇总计算。**而在 MPP 框架中,数据会被 Shuffle 到多个节点,并且由多个节点来完成最后的汇总计算**。在复杂计算时(比如高基数 Group By,大表 Join 等操作),StarRocks 的 MPP 框架相对于 Scatter-Gather 模式的产品有明显的性能优势。
1818

1919
## 全面向量化执行引擎
2020

0 commit comments

Comments
 (0)