Auto-sync: 2026-04-21 17:12

This commit is contained in:
2026-04-21 17:12:45 +08:00
parent 914c8f6925
commit 0fe7ba237f
1888 changed files with 220 additions and 68174 deletions

View File

@@ -1,29 +0,0 @@
---
title: "MPP"
type: concept
tags: [AWS, Redshift, 并行处理]
sources: [ctp-topic-68-introduction-to-redshift]
last_updated: 2026-04-18
---
## Summary
MPPMassively Parallel Processing大规模并行处理是一种使查询能够跨多个计算节点并行执行的技术。
## Definition
- **全称**Massively Parallel Processing
- **作用**:提升查询速度和响应时间
- **应用**Redshift 等数据仓库系统
## Key Benefits
- 跨节点并行处理查询
- 提升查询性能
- 缩短响应时间
- 支持 PB 级数据处理
## Connections
- [[AWS-Redshift]] → 使用 → [[MPP]]
- [[Compute-Node]] → 执行 → [[MPP]]