what is the use or purpose of a time-series database?

35 views
Skip to first unread message

manjeet kumar

unread,
Sep 20, 2019, 8:24:17 AM9/20/19
to RedisTimeSeries Discussion Forum
Hi Folks,
It would be great if group members and spare some of their personal experiences on "what is the use or purpose of a time-series database?"

So far, my understanding goes, i would like to add my two penny on this.

Most important thing we need to consider before using time-series database is that our data is structured as:
1. Series of events.
2. Samples of one or more values distributed as various snapshots taken in various time.
3. Metrics collected from different systems/sources over time.

Ariel Shtul

unread,
Sep 25, 2019, 4:01:56 AM9/25/19
to RedisTimeSeries Discussion Forum
Hello Manjeet,

The reason for using a TSDB is the space efficiency and higher speed a dedicated solution can bring over a generic database.

TSDB are meant for streams of data coming from different sources when usually, the writing load is much higher than the reading load. Sensors, for example, send data routinely but querying them usually occurs at lower rate. For specifically, a server might log CPU and RAM levels every 1 millisecond but will update MIN, MAX and AVERAGE levels only every second.

RedisTimeSeries is able to do some aggregations on the server-side which make aggregations queries super fast and simple. It also allows for automated retirement of data so if data was aggregated into the required measurements, the raw data can be erased.If simple API and speed are what you are looking for, you should consider it.

manjeet kumar

unread,
Sep 25, 2019, 4:37:12 AM9/25/19
to RedisTimeSeries Discussion Forum
Hi Ariel,

Thanks for such a good explanation. Specially analogy was awesome. I think i am able to get picture where and how to use Redis TSDB.

Thanks a lot.
Manjeet

Pieter Cailliau

unread,
Sep 26, 2019, 11:52:39 AM9/26/19
to RedisTimeSeries Discussion Forum

xuef HH

unread,
Oct 24, 2019, 8:11:46 PM10/24/19
to RedisTimeSeries Discussion Forum
Thanks for sharing

fish bowl

unread,
Nov 5, 2019, 4:40:47 PM11/5/19
to RedisTimeSeries Discussion Forum
Good explain!


On Thursday, September 26, 2019 at 8:52:39 AM UTC-7, Pieter Cailliau wrote:
Reply all
Reply to author
Forward
0 new messages