database - 什么是时序数据库?

标签 database time-series influxdb

什么是时间序列数据库InfluxDB ? 我应该何时/何地使用它? 请给我它的业务场景示例。

最佳答案

检查 wiki :

A time series database (TSDB) is a software system that is optimized for handling time series data, arrays of numbers indexed by time (a datetime or a datetime range). In some fields these time series are called profiles, curves, or traces. A time series of stock prices might be called a price curve. A time series of energy consumption might be called a load profile. A log of temperature values over time might be called a temperature trace.

还有 InfluxDB has the documentation关于它和Thoughts on Time-series Databases .

时间序列数据通常用于需要快速收集数据的场景,例如需要监控设备压力水平的发电厂,以便我们可以为其安排预防性维护。

类似地,您可以想到当您观察股票市场时,数据以更快的速度出现,您需要追踪数据和相关时间。

关于database - 什么是时序数据库?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34492966/

相关文章:

ios - 图像大小优化以减少数据使用

c++ - Yaml 到数据库

postgresql - Grafana 是单独用来分析系统指标的吗?

android - 如何在没有上下文的情况下在 Android 中创建数据库?

php - Codeigniter - 只能在 autoload.php 中加载模型

python - 将异构时间序列添加到 DataFrame

r - 在 R 中将 data.frame 转换为时间序列对象时遇到困难?

带因子的时间序列的滚动和

logging - 如何使用golang客户端写入连续写入influxdb

java - 如何定义到 InfluxDB 的 Apache Camel 路由