24 lines
540 B
Markdown
24 lines
540 B
Markdown
---
|
||
title: "Compute Node"
|
||
type: entity
|
||
tags: [AWS, Redshift]
|
||
sources: [ctp-topic-68-introduction-to-redshift]
|
||
last_updated: 2026-04-18
|
||
---
|
||
|
||
## Summary
|
||
|
||
Redshift 架构中的计算节点,负责实际查询执行。
|
||
|
||
## Definition
|
||
|
||
Redshift 集群中执行查询的节点,查询在切片(slice)上处理数据。
|
||
|
||
## Key Attributes
|
||
|
||
- **职责**:执行查询、处理数据、返回结果到 Leader Node
|
||
- **资源**:取决于实例类型(CPU、RAM、存储)
|
||
|
||
## Connections
|
||
|
||
- [[AWS-Redshift]] → 使用 → [[Compute-Node]] |