Files
nexus/wiki/concepts/MPP.md
2026-04-19 00:02:42 +08:00

29 lines
664 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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]]