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,23 @@
---
title: "Leader Node"
type: entity
tags: [AWS, Redshift]
sources: [ctp-topic-68-introduction-to-redshift]
last_updated: 2026-04-18
---
## Summary
Redshift 集群中的领导节点,负责 schema 管理、元数据存储和查询规划。
## Definition
Redshift 架构中的主节点,负责协调查询规划和结果返回。
## Key Attributes
- **职责**Schema 管理、元数据存储、查询规划、指令分发、结果存储
## Connections
- [[AWS-Redshift]] → 使用 → [[Leader-Node]]