What is the difference between a sliding window and a jumping window aggregation?

4 vues

Réponse

By default, the action uses a sliding window. A jumping (or tumbling) window can be enabled by setting the 'jumpingWindow' parameter to TRUE. A jumping window contains multiple intervals and the aggregation is reset when the time range elapses, whereas a sliding window always retains the same number of intervals by shifting one interval at a time.
Did this answer help you?
aggregate

aggregation

See technical action