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,38 @@
---
title: "AWS Redshift"
type: entity
tags: [AWS, data-warehouse]
sources: [ctp-topic-68-introduction-to-redshift]
last_updated: 2026-04-18
---
## Summary
AWS Redshift 是 Amazon 提供的完全托管的 PB 级云端数据仓库服务,专为数据仓库场景设计,支持 OLAP在线分析处理
## Definition
- **类型**:数据仓库服务
- **提供商**AWS
- **规模**PB 级
- **用途**在线分析处理OLAP快速从大型数据集检索数据
## Key Attributes
- **架构类型**Leader Node + Compute Node
- **存储类型**:列式存储
- **压缩**:支持 LZO 等压缩编码
- **实例类型**Dense Compute、Dense Storage、RA3
## Key Features
- 完全托管Easy to install, maintain, backups
- 点时间恢复
- 跨区域灾难恢复
- 按使用量付费
## Connections
- [[AWS]] → 提供 → [[AWS-Redshift]]
- [[AWS-Redshift]] → 管理通过 → [[Leader-Node]]
- [[AWS-Redshift]] → 执行查询通过 → [[Compute-Node]]