23 lines
514 B
Markdown
23 lines
514 B
Markdown
---
|
||
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]] |