Comparing Different Time-Series Databasesby@hdm2020
1,248 reads

Comparing Different Time-Series Databases

tldt arrow
Read on Terminal Reader
Read this story w/o Javascript

Too Long; Didn't Read

The data model is the most important part of any data management system. To help developers deploy the right TSDB for their application, this blog compares data models for a few popular TSDBs on GitHub. InfluxDB, TDengine, TimeScale, Prometheus, OpenTSDB and QuestDB adopt a Tag Set data model. In a tag set data model, every time series is uniquely identified by a metric name (measurement) and a set of labels (tags). The Tag Set model resembles NoSQL, where indexes are not required to be defined. TimeScale, QuestDB and TDengine all support SQL with some extensions. Since SQL is supported, many analytical tools, BI tools and graphing tools can be used without any effort and queries can be reused with little or no change.

Companies Mentioned

Mention Thumbnail
Mention Thumbnail
featured image - Comparing Different Time-Series Databases
Chaitanya Diwadkar HackerNoon profile picture

@hdm2020

Chaitanya Diwadkar

Currently Director of Solutions Engineering at TDengine. Formerly from biotech, finance and a few other sectors.


Receive Stories from @hdm2020

react to story with heart
Chaitanya Diwadkar HackerNoon profile picture
by Chaitanya Diwadkar @hdm2020.Currently Director of Solutions Engineering at TDengine. Formerly from biotech, finance and a few other sectors.
Read My Stories

RELATED STORIES

L O A D I N G
. . . comments & more!