Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-3370

Add an aligned version of the window operator

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Abandoned
    • 1.0.0
    • None
    • API / DataStream

    Description

      The windowing operators currently follow a generic implementation for support of unaligned windows.

      We can gain efficiency by creating a variant that is optimized for aligned windows:

      • Aligned windows can use aligned triggers, which keep no per-key state
      • Less trigger state means less checkpointing data
      • Based on the aligned windows, we can create sliding event time windows that do not replicate data into the different overlapping windows

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              sewen Stephan Ewen
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: