recall

← recall

session window term

windows defined by gaps of inactivity, not fixed time

Window starts when an event arrives, extends until N seconds pass without another event from the same key. Session naturally captures user-session-like patterns (mobile sessions, conversation threads). Trickier to implement than tumbling/sliding because window length is data-dependent.

topics: data-pipelines, streaming

references: