--- title: "Amazon Keyspaces" type: entity tags: - AWS - Database - Wide-Column - Cassandra sources: - ctp-topic-51-architecting-with-aws-purpose-built-databases last_updated: 2026-04-23 --- ## Overview Amazon Keyspaces 是 AWS 全托管的 Apache Cassandra 兼容数据库(Wide-Column Database),提供无服务器选项,无需管理底层基础设施。 ## Key Characteristics - **兼容性**:与 Apache Cassandra Query Language (CQL) 兼容 - **部署模式**:提供有服务器(预置容量)和无服务器(按请求计费)两种模式 - **规模**:支持大规模无结构 schema 的工作负载 - **可用性**:多 AZ 部署,自动复制保证持久性 - **管理模式**:全托管,无需运维 Cassandra 集群 ## Key Use Cases - **大规模时间序列数据**:IoT 事件日志 - **产品目录**:灵活属性的电商产品数据 - **用户事件追踪**:高写入吞吐的用户行为分析 - **消息历史**:聊天记录、邮件等时序消息存储 ## Aliases - Keyspaces - Amazon Keyspaces - AWS Keyspaces - Amazon Keyspaces for Apache Cassandra ## Related Entities - [[Amazon-DynamoDB]]:均为 NoSQL,DynamoDB 是 AWS 自研的键值/文档数据库,Keyspaces 是托管版 Cassandra - [[Amazon-Neptune]]:图数据库,Keyspaces 是宽列数据库,适用场景不同 ## Related Concepts - [[Purpose-Built-Databases]]:Keyspaces 是 AWS 专用数据库家族中的宽列数据库成员 - [[Wide-Column-Database]]:宽列数据库核心概念——Cassandra 数据模型(Row Key / Column Family / Super Column)