HYIP-Man: Ask HN: What is the best DB for versioned time series?
Friday, November 30, 2018
Ask HN: What is the best DB for versioned time series?
Ask HN: What is the best DB for versioned time series?
Dear all, 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
more