|
|
|
|
|
by camel_gopher
2777 days ago
|
|
There are some unique challenges to storing time series data that are different than those of relational databases. Namely, read/write asymmetry, data safety, data aggregation, and analysis of large data sets. I wrote in depth about these problems and how different TSDBs solve them here.
https://www.irondb.io/2018/08/tsdbs-at-scale-part-one/ |
|
Your blog post doesn't mention a single columnstore database though. KDB+, Clickhouse, MemSQL, or any of the GPU-powered variations will happily beat any TSDB out there.