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