Auto-sync: 2026-04-28 16:03
This commit is contained in:
@@ -1,48 +1,49 @@
|
||||
---
|
||||
title: "Amazon Aurora"
|
||||
type: entity
|
||||
tags:
|
||||
- AWS
|
||||
- Database
|
||||
- Cloud-Native
|
||||
- Relational Database
|
||||
sources:
|
||||
- ctp-topic-66-exposing-the-differences-between-postgresql-rds-and-aurora
|
||||
last_updated: 2026-04-23
|
||||
---
|
||||
|
||||
## Overview
|
||||
Amazon Aurora 是 AWS 提供的云原生关系型数据库,采用 6 副本跨 3 可用区(AZ)的共享集群卷架构,相比传统 RDS 提供更高的性能、可用性和自动扩展能力。
|
||||
|
||||
## Core Architecture
|
||||
- **Shared Cluster Volume**:跨 3 AZ 的 6 块 EBS 卷组成的共享存储,写入时自动复制到所有副本
|
||||
- **无需数据复制**:新增读副本时直接连接同一集群卷,无需重新复制数据
|
||||
- **Writer/Reader Endpoints**:独立的写入端点和读取端点,支持自动负载均衡
|
||||
|
||||
## Key Advantages
|
||||
- **RTO 30 秒**:AZ 故障时恢复时间目标仅 30 秒
|
||||
- **自动扩缩容**:Aurora Serverless v2 支持按需自动扩缩(实例类型/版本/区域有限制)
|
||||
- **Aurora Global**:跨区域复制方案,支持托管式切换和故障转移
|
||||
- **Blue-Green Deployment**:Aurora MySQL 支持 Blue-Green 大版本升级(PostgreSQL 不支持)
|
||||
|
||||
## Key Limitations
|
||||
- 最小规格和成本高于 RDS
|
||||
- Serverless v2 对实例类型、版本和区域有限制
|
||||
- 按 IO 收费,高 IO 场景成本可能较高
|
||||
- PostgreSQL 不支持 Blue-Green 部署
|
||||
|
||||
## Cost Considerations
|
||||
Aurora 按 IO 计数收费,IO 理论上无上限(AWS 鼓励提供尽可能高的 IO 以增加收入)。适合超过 10-20 TB 的数据库或对 IO 性能有严格要求的场景。
|
||||
|
||||
## Related Entities
|
||||
- [[Amazon RDS]]:传统关系型数据库托管服务
|
||||
- [[AWS]]:云服务提供商
|
||||
- [[EBS]]:Elastic Block Store,Aurora 的底层存储
|
||||
- [[ctp-topic-51-architecting-with-aws-purpose-built-databases]]:AWS 专用数据库架构
|
||||
- [[ctp-topic-66-exposing-the-differences-between-postgresql-rds-and-aurora]]:RDS vs Aurora 详细对比
|
||||
|
||||
## Aliases
|
||||
- Aurora
|
||||
- Aurora PostgreSQL
|
||||
- Aurora MySQL
|
||||
- Amazon Aurora Database
|
||||
---
|
||||
title: "Amazon Aurora"
|
||||
type: entity
|
||||
tags:
|
||||
- AWS
|
||||
- Database
|
||||
- Relational
|
||||
- Cloud-Native
|
||||
sources:
|
||||
- ctp-topic-51-architecting-with-aws-purpose-built-databases
|
||||
- ctp-topic-66-exposing-the-differences-between-postgresql-rds-and-aurora
|
||||
last_updated: 2026-04-28
|
||||
---
|
||||
|
||||
## Overview
|
||||
Amazon Aurora 是 AWS 的云原生关系型数据库,兼容 MySQL 和 PostgreSQL,提供比标准 MySQL/PostgreSQL 高达 5 倍的吞吐量,通过存储计算分离架构实现高可用和低 IO 成本。
|
||||
|
||||
## Aliases
|
||||
- Aurora
|
||||
- Amazon Aurora
|
||||
- Aurora MySQL
|
||||
- Aurora PostgreSQL
|
||||
|
||||
## Description
|
||||
- **类型**:云原生关系型数据库(MySQL/PostgreSQL 兼容)
|
||||
- **核心架构**:存储与计算分离 — 6 副本跨 3 可用区自动复制存储层
|
||||
- **两个版本**:Aurora MySQL · Aurora PostgreSQL
|
||||
- **核心优势**:比标准 MySQL/PostgreSQL 高 5 倍吞吐量 · 自动修复 · 克隆快速 · 读写扩展 · 零运维存储管理
|
||||
- **适用场景**:企业级 OLTP · 电子商务 · 金融交易 · SaaS 应用
|
||||
|
||||
## Key Properties
|
||||
| 属性 | 说明 |
|
||||
|------|------|
|
||||
| 兼容性 | MySQL 8.0 / PostgreSQL 14+ |
|
||||
| 存储 | 分布式 SSD 存储,3 AZ 6 副本 |
|
||||
| 自动扩展 | 存储自动扩展(最高 128TB) |
|
||||
| 全局数据库 | 跨区域只读副本 |
|
||||
| 无服务器 | Aurora Serverless v2 |
|
||||
| 加密 | KMS 透明加密 |
|
||||
|
||||
## Connections
|
||||
- [[Amazon-RDS]]:Aurora 是 RDS 的云原生演进,提供更高性能和可用性
|
||||
- [[Amazon-DynamoDB]]:Aurora 处理事务型关系数据;DynamoDB 处理高并发 NoSQL 数据
|
||||
- [[Multi-Database-Architecture]]:Aurora 在多数据库架构中作为事务数据层
|
||||
- [[ctp-topic-66-rds-vs-aurora]]:关系型内部 RDS vs Aurora 选型对比
|
||||
|
||||
## Referenced In
|
||||
- [[ctp-topic-51-architecting-with-aws-purpose-built-databases]]
|
||||
- [[ctp-topic-66-exposing-the-differences-between-postgresql-rds-and-aurora]]
|
||||
|
||||
Reference in New Issue
Block a user