Files
nexus/wiki/entities/Amazon-Aurora.md
2026-04-28 16:03:03 +08:00

50 lines
1.8 KiB
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: "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]]