Alexey Timin
Sep 16, 2023
Decided
In many applications, you may need to capture a history of unstructured data. Previously, we built an in-house solution based on Minio and InfluxDB. Apart from the fact that it wasn't an easy development task, we also ran into performance issues with blobs smaller than 100KB over high latency networks. ReductStore is a time series database for blob data designed specifically for edge computing. It uses HTTP to access data over time intervals and shows much better performance for small blobs due to its batching approach.
0 views0