Hi, I'm wondering about the tradeoffs when implementing a tumbling window with a long retention, e.g. 1 year. Is it better to use a normal key value store and aggregate the time bucket using a group by instead of a window store?
Best, Mikael
Hi, I'm wondering about the tradeoffs when implementing a tumbling window with a long retention, e.g. 1 year. Is it better to use a normal key value store and aggregate the time bucket using a group by instead of a window store?
Best, Mikael