recall

← recall

sliding window term

overlapping windows that shift in fixed steps

Window is e.g. 60s long, slides every 10s — produces 6 overlapping windows for any given event. Useful for moving averages and trend detection. More compute than tumbling (each event in multiple windows). Common in alerting (last 5-min error rate, sliding every minute).

topics: data-pipelines, streaming

references: