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

44 lines
1.5 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 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]]