InfluxDB是一种时序数据库(Time Series Database),根据DB-engine排名,目前在time series数据库领域排名第一位。
https://db-engines.com/en/ranking/time+series+dbms
InfluxDB主要功能
缺点:
InfluxDB与RDBMS中的概念比较
概念 | InfluxDB | RDBMS |
数据库 | database | database |
表 | measurement | table |
行 | point | row |
列 | tag(可索引),field(不可索引) | column |
原文:https://www.cnblogs.com/ilifeilong/p/12731327.html