Skip to content
Surf Wiki
Save to docs
general/time-series-software

From Surf Wiki (app.surf) — the open knowledge base

Time series database

Unordered set of n-time-series possibly of different lengths


Unordered set of n-time-series possibly of different lengths

A time series database is a software system that is optimized for storing and serving time series through associated pairs of time(s) and value(s). In some fields, time series may be called profiles, curves, traces or trends. Several early time series databases are associated with industrial applications which could efficiently store measured values from sensory equipment (also referred to as data historians), but now are used in support of a much wider range of applications. In many cases, the repositories of time-series data will utilize compression algorithms to manage the data efficiently. Although it is possible to store time-series data in many different database types, the design of these systems with time as a key index is distinctly different from relational databases which reduce discrete relationships through referential models.

Overview

Time series datasets are relatively large and uniform compared to other datasets―usually being composed of a timestamp and associated data. Time series datasets can also have fewer relationships between data entries in different tables and don't require indefinite storage of entries. The unique properties of time series datasets mean that time series databases can provide significant improvements in storage space and performance over general purpose databases. For instance, due to the uniformity of time series data, specialized compression algorithms can provide improvements over regular compression algorithms designed to work on less uniform data. Time series databases can also be configured to regularly delete (or downsample) old data, unlike regular databases which are designed to store data indefinitely. Special database indices can also provide boosts in query performance.

List of time series databases

The following database systems have functionality optimized for handling time series data.

NameLicenseLanguageReferences
Apache IoTDBApache License 2.0Java
Apache KuduApache License 2.0[C++](c)
Apache PinotApache License 2.0Java
ClickHouseApache License 2.0[C++](c){{Cite journallast1=Schulzefirst1=Robertlast2=Schreiberfirst2=Tomlast3=Yatsishinfirst3=Ilyalast4=Dahimenefirst4=Ryadhlast5=Milovidovfirst5=Alexey
CrateDBApache License 2.0Java
eXtremeDBCommercialSQL, Python, C / [C++](c), Java, and C#url=https://redmonk.com/rstephens/2018/04/03/the-state-of-the-time-series-database-market/title=State of the Time Series Database Marketlast=Stephensfirst=Rachelaccess-date=2018-10-03date=2018-04-03}}
FAME (database)CommercialC
InfluxDBMIT. Chronograf AGPLv3, Clustering CommercialGo (version 2), Rust (version 3)url=https://www.zdnet.com/article/processing-time-series-data-what-are-the-options/title=Processing time series data: What are the options?last=Anadiotisfirst=Georgedate=2018-09-28website=ZDNetaccess-date=2016-03-10}}
Informix TimeSeriesCommercialC / [C++](c)last1=Dantalefirst1=Viabhavtitle=Solving Business Problems with Informix TimeSeriespublisher=IBM Redbooksisbn=9780738437231url=http://www.redbooks.ibm.com/redbooks/pdfs/sg248021.pdfdate=2012-09-21 }}
Kx kdb+CommercialQ
PrometheusApache License 2.0Go
Riak-TSApache License 2.0Erlang
RRDtoolGPLv2C
TimescaleDBApache License 2.0C
Whisper (Graphite)Apache License 2.0Pythonlast1=Joshifirst1=Nisheshdl=10852/9085title=Interoperability in monitoring and reporting systemsdate=May 23, 2012type=Thesis }}

References

References

  1. (2009). "Proceedings of the 2009 SIAM International Conference on Data Mining".
  2. (2017). "Detection of non-technical losses in smart meter data based on load curve profiling and time series analysis". Energy.
  3. (2015). "Gorilla". Proceedings of the VLDB Endowment.
  4. Lockerman, Joshua. (2020-04-22). "Time-series compression algorithms, explained".
  5. Asay, Matt. (June 26, 2019). "Why time series databases are exploding in popularity".
  6. (15 January 2021). "Database trends: The rise of the time-series database". [[VentureBeat]].
  7. (August 2020). "Apache IoTDB: time-series database for internet of things". Proceedings of the VLDB Endowment.
  8. (18 March 2020). "Benchmarking Time Series workloads on Apache Kudu using TSBS".
  9. (9 June 2021). "Proceedings of the 2021 International Conference on Management of Data".
  10. "DB-Engines Ranking".
  11. "Anforderungen für Zeitreihendatenbanken im industriellen IoT".
  12. Stephens, Rachel. (2018-04-03). "State of the Time Series Database Market".
  13. "influxdb license".
  14. "influxdb clustering".
  15. Wachtel, Jessica. (2023-07-06). "Meet the Founders Who Rewrote in Rust".
  16. Anadiotis, George. (2018-09-28). "Processing time series data: What are the options?".
  17. (2012-09-21). "Solving Business Problems with Informix TimeSeries". IBM Redbooks.
  18. (December 29, 2020). "Design Recommendations for Intelligent Tutoring Systems: Volume 8 - Data Visualization". Army Research Laboratory.
  19. (May 23, 2012). "Interoperability in monitoring and reporting systems".
Info: Wikipedia Source

This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.

Want to explore this topic further?

Ask Mako anything about Time series database — get instant answers, deeper analysis, and related topics.

Research with Mako

Free with your Surf account

Content sourced from Wikipedia, available under CC BY-SA 4.0.

This content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.

Report