Ask HN: What is the best DB for versioned time series?
19 points| sambucini | 7 years ago
time series DBs are a hot topic these days but given the focus on IoT -- or more generally measurement data -- the underlying data model typically assumes that for one time series there is only one data point per period of time, so it's really just one dimensional. However, if you work for example with forecast data (say for a stock price) you might wanna store every version of a forecast and not overwrite the previous forecast. What are in your experience the best time series databases that (natively) support two or more dimensions and also allowing queries on these other dimensions like "get forecast for delivery-time from x to y where forecast_time = z"?
Thanks! sambucini
Xeago|7 years ago
aprdm|7 years ago
wut42|7 years ago
IpV8|7 years ago
Postgres's built in partitioning is also being actively developed. If it gets good enough, I wonder what will happen to timescaleDB as a company...
gmuslera|7 years ago
misframer|7 years ago
harrisreynolds|7 years ago
ajawee|7 years ago
sambucini|7 years ago
unknown|7 years ago
[deleted]