About
Time Serie Database.
Feature
Tag
Tags allow users to add 1 to n additional dimensions to their metrics in the form of key value pairs.
Relation Database vs Time Serie Database
Relational databases can be used to store and analyze time series data, but depending on the precision of your data, a query can involve potentially millions of rows.
Time Serie database will provide time serie feature such as:
- downsampling data after a specific age
- a query engine optimized for time-based data (range, …)
List
- Whisper from Graphite - a simple database library for storing time-series data (similar in design to RRD)
- OpenTsdb - Time Series Daemon (TSD)
- Cube is a system for collecting timestamped events and deriving metrics. By collecting events rather than metrics, Cube lets you compute aggregate statistics post hoc.
- MySQL and Redis by Vividcortex
- Atlas Netflix - Backend for managing dimensional time series data.
Documentation / Reference
See also: