Files
nexus/wiki/entities/Compute-Node.md
2026-04-19 00:02:42 +08:00

24 lines
540 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: "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]]