title, type, tags, sources, last_updated
| title |
type |
tags |
sources |
last_updated |
| Amazon DynamoDB |
entity |
| AWS |
| Database |
| NoSQL |
| Key-Value |
| Document |
|
| ctp-topic-51-architecting-with-aws-purpose-built-databases |
|
2026-04-23 |
Overview
Amazon DynamoDB 是 AWS 全托管的 NoSQL 键值和文档数据库,提供单位数毫秒(single-digit millisecond)性能,支撑日处理万亿级请求规模。
Key Characteristics
- 数据类型:键值(Key-Value)和文档(Document,JSON)
- 性能:单-digit 毫秒延迟,任何规模下均保持一致性能
- 规模:可扩展至日处理万亿级请求
- 管理模式:全托管(无服务器),无需容量规划
- API:支持 CRUD 操作,自动分区
Aliases
- DynamoDB
- AWS DynamoDB
- Amazon DynamoDB
Used By
Related Entities
Related Concepts