TickTockDB is a lightweight Time Series Database (TSDB) dedicated to small ARM devices like RPIs. We have compared it with InfluxDB in previous posts.
The latest release of TickTockDB (v0.20.0) optimizes queries performance, especially large queries. We did a performance evaluation in RaspberryPI 5. With `1d-avg` downsampling, it only takes TickTockDB 0.28 seconds to query 5 years of data.
![Image]()
With `12h-avg` downsampling, TickTockDB is 12 times faster than InfluxDB (0.29 vs 3.60 seconds to query 6 months of data, respectively).
![Image]()
For those interested in TSDB, you can read the full perf evaluation here.
Disclaimer: I am co-author of TickTockDB.
The latest release of TickTockDB (v0.20.0) optimizes queries performance, especially large queries. We did a performance evaluation in RaspberryPI 5. With `1d-avg` downsampling, it only takes TickTockDB 0.28 seconds to query 5 years of data.

With `12h-avg` downsampling, TickTockDB is 12 times faster than InfluxDB (0.29 vs 3.60 seconds to query 6 months of data, respectively).

For those interested in TSDB, you can read the full perf evaluation here.
Disclaimer: I am co-author of TickTockDB.
Statistics: Posted by ylin30 — Mon May 06, 2024 12:59 am