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

38 lines
1003 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: "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]]