You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/session-aggregation.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,3 +67,7 @@ GROUP BY
67
67
Currently, only **EMIT AFTER WINDOW CLOSE** is supported.
68
68
69
69
The session window will emit results automatically once it is closed — that is, when any of the configured closing conditions are met.
70
+
71
+
## Difference Between `EMIT AFTER SESSION CLOSE`
72
+
73
+
[EMIT AFTER SESSION CLOSE](/global-aggregation#emit-after-session-close) usually provides significantly better performance and scalability for sessionization workloads.
0 commit comments