CTO 101 — S01: Database — Chap07: Time Series DBMS

Time series DBMS tries to resolve the issue that causes storage and retrieval of data sequence which are taken in equally spaced points in time. Simply saying if you have a data that should be stored after specific time period this DBMS can help you.
Most Popular: InfluxDB, RRDtool, Graphite…
Where to use:
- Weather data analysis
- Stock price Analysis
- Massive Data related to time Sequence
Please share this and check out the other Databases in this series:
- CTO 101 — S01: Database — Chap01: Relational Database
- CTO 101 — S01: Database — Chap02: Key-value stores
- CTO 101 — S01: Database — Chap03: Wide Column Stores
- CTO 101 — S01: Database — Chap04: Document Stores
- CTO 101 — S01: Database — Chap05: Graph DBMS
- CTO 101 — S01: Database — Chap06: RDF Store
- CTO 101 — S01: Database — Chap07: Time Series DBMS
- CTO 101 — S01: Database — Chap08: Object Oriented DBMS
- CTO 101 — S01: Database — Chap09: Search Engine