windowing term
grouping stream events into bounded time chunks
Tumbling (non-overlapping), sliding (overlapping), session (gaps define boundaries). Used for streaming aggregations because you can't compute over an infinite stream directly.
grouping stream events into bounded time chunks
Tumbling (non-overlapping), sliding (overlapping), session (gaps define boundaries). Used for streaming aggregations because you can't compute over an infinite stream directly.