Auto-sync: 2026-04-19 00:02

This commit is contained in:
2026-04-19 00:02:42 +08:00
parent 2ed46e251d
commit 861ba9d1f6
56 changed files with 2131 additions and 1 deletions

View File

@@ -0,0 +1,24 @@
---
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]]