Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-13470 Enhancements to Flink Table API for blink planner
  3. FLINK-12794

Support ACC mode for non-window streaming FlatAggregate on Table API

    XMLWordPrintableJSON

Details

    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

          Activity

            People

              Unassigned Unassigned
              sunjincheng121 sunjincheng
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 10m
                  10m