Auto-sync: 2026-04-28 16:03
This commit is contained in:
@@ -1,42 +1,43 @@
|
||||
---
|
||||
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)
|
||||
---
|
||||
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-28
|
||||
---
|
||||
|
||||
## Overview
|
||||
Amazon Keyspaces 是 AWS 的全托管 Apache Cassandra 兼容宽列数据库服务,支持无服务器自动扩展,适合大规模结构化/半结构化数据。
|
||||
|
||||
## Aliases
|
||||
- Keyspaces
|
||||
- Amazon Keyspaces
|
||||
- Amazon Keyspaces (for Apache Cassandra)
|
||||
|
||||
## Description
|
||||
- **类型**:宽列数据库(Apache Cassandra 兼容)
|
||||
- **核心价值**:Cassandra 协议兼容,现有 Cassandra 应用零改造迁移 · 无服务器自动扩展 · 高写入吞吐量
|
||||
- **适用场景**:物联网时间序列数据 · 媒体元数据 · 产品目录 · 大规模时序应用
|
||||
|
||||
## Key Properties
|
||||
| 属性 | 说明 |
|
||||
|------|------|
|
||||
| 兼容性 | Apache Cassandra CQL 协议 |
|
||||
| 容量模式 | 按需容量 / 预置容量(无服务器)|
|
||||
| 写入吞吐 | 高写入吞吐量,自动扩展 |
|
||||
| 一致性 | 可调一致性(ONE/QUORUM/LOCAL_QUORUM)|
|
||||
| 加密 | 静态加密 |
|
||||
| 监控 | CloudWatch 集成 |
|
||||
|
||||
## Connections
|
||||
- [[Amazon-DynamoDB]]:Keyspaces(宽列)vs DynamoDB(键值文档)— 两者均可扩展但数据模型不同
|
||||
- [[Purpose-Built-Databases]]:Keyspaces 是 AWS 专用数据库品类中的宽列数据库成员
|
||||
- [[Multi-Database-Architecture]]:Keyspaces 在多数据库架构中作为宽列数据层
|
||||
|
||||
## Referenced In
|
||||
- [[ctp-topic-51-architecting-with-aws-purpose-built-databases]]
|
||||
|
||||
Reference in New Issue
Block a user