Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.9.0
-
None
Description
Since the execution of the Stream operator has two modes, `ACC` and `ACCRetract`, users can achieve better performance by implementing special interfaces for streaming. The table below is a quick summary.
emitValue | emitUpdateWithRetract | emitUpdateWithoutRetract | |
ACC | Y | N | Y |
ACCRetract | Y | Y | N |
- emitValue - for batch and streaming.
- eimitUpdateWithRetract - only for streaming in ACC mode(need key definition on TableAggregateFunction, under discussion).
- emitUpdateWithoutRetract - only for streaming in ACCRetract mode.
In this Jira we will add the ACC mode support for non-window streaming FlatAggregate. the detail can be found in Flip-29
Attachments
Issue Links
- links to