Auto-sync: 2026-04-28 16:03
This commit is contained in:
@@ -1,41 +1,43 @@
|
||||
---
|
||||
title: "Amazon Timestream"
|
||||
type: entity
|
||||
tags:
|
||||
- AWS
|
||||
- Database
|
||||
- Time-Series
|
||||
- IoT
|
||||
sources:
|
||||
- ctp-topic-51-architecting-with-aws-purpose-built-databases
|
||||
last_updated: 2026-04-23
|
||||
---
|
||||
|
||||
## Overview
|
||||
Amazon Timestream 是 AWS 全托管的时序数据库(Time-Series Database),专为高吞吐量时序数据设计,支持自动数据分层(热存储/冷存储)。
|
||||
|
||||
## Key Use Cases
|
||||
- **IoT 传感器数据**:温度、压力、位置等设备遥测数据
|
||||
- **应用监控**:指标、日志、追踪数据的存储与分析
|
||||
- **工业遥测**:生产线设备状态监控
|
||||
- **金融数据**:股票价格、交易事件等时间序列分析
|
||||
|
||||
## Key Characteristics
|
||||
- **数据模型**:时间戳 + 测量值 + 维度
|
||||
- **自动分层**:热存储(Recent data)→ 冷存储(Historical data),自动降本
|
||||
- **查询引擎**:内置时序分析函数(插值、聚合、窗口函数)
|
||||
- **性能**:专为高写入吞吐量优化,支持数百万设备并发写入
|
||||
|
||||
## Aliases
|
||||
- Timestream
|
||||
- Amazon Timestream
|
||||
- AWS Timestream
|
||||
- Amazon Timestream for IoT Analytics
|
||||
|
||||
## Related Entities
|
||||
- [[Prometheus]]:时序监控数据采集器,Timestream 可作为其长期存储后端
|
||||
- [[Amazon-DynamoDB]]:通用 NoSQL 数据库,Timestream 在时序场景有 10-100 倍成本优势
|
||||
|
||||
## Related Concepts
|
||||
- [[Purpose-Built-Databases]]:Timestream 是 AWS 专用数据库家族中的时序数据库成员
|
||||
- [[Time-Series-Database]]:时序数据库核心概念——时间戳索引、数据分层、降采样查询
|
||||
---
|
||||
title: "Amazon Timestream"
|
||||
type: entity
|
||||
tags:
|
||||
- AWS
|
||||
- Database
|
||||
- Time-Series
|
||||
- IoT
|
||||
sources:
|
||||
- ctp-topic-51-architecting-with-aws-purpose-built-databases
|
||||
last_updated: 2026-04-28
|
||||
---
|
||||
|
||||
## Overview
|
||||
Amazon Timestream 是 AWS 的全托管时序数据库,专为 IoT 设备和运维监控场景设计,能够高效存储和分析高吞吐量时间序列数据。
|
||||
|
||||
## Aliases
|
||||
- Timestream
|
||||
- Amazon Timestream
|
||||
- Amazon Timestream for LiveAnalytics
|
||||
|
||||
## Description
|
||||
- **类型**:全托管时序数据库
|
||||
- **核心价值**:专为高吞吐量时间序列数据优化 · 自动数据分层(内存层+磁带层)· 成本比关系型数据库低 10 倍
|
||||
- **适用场景**:IoT 传感器数据 · 应用程序指标 · 实时监控 · 工业遥测
|
||||
|
||||
## Key Properties
|
||||
| 属性 | 说明 |
|
||||
|------|------|
|
||||
| 数据模型 | 时间戳 + 测量值 + 维度 |
|
||||
| 自动分层 | 内存存储(热数据)+ 磁带存储(冷数据)|
|
||||
| 查询 | SQL 兼容查询接口 |
|
||||
| 插入速率 | 每秒数百万事件 |
|
||||
| 保留策略 | 可配置保留期 |
|
||||
| 无服务器 | 完全托管,自动扩展 |
|
||||
|
||||
## Connections
|
||||
- [[Amazon-RDS]]:Timestream(时序数据)vs RDS(事务数据)— 用途决定选型
|
||||
- [[Purpose-Built-Databases]]:Timestream 是 AWS 专用数据库品类中的时序数据库成员
|
||||
- [[Multi-Database-Architecture]]:Timestream 在多数据库架构中作为时序数据层
|
||||
|
||||
## Referenced In
|
||||
- [[ctp-topic-51-architecting-with-aws-purpose-built-databases]]
|
||||
|
||||
Reference in New Issue
Block a user