You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Piotr Nowojski (JIRA)" <ji...@apache.org> on 2018/07/03 09:54:00 UTC

[jira] [Created] (FLINK-9717) Flush state of one side of the join if other side is bounded

Piotr Nowojski created FLINK-9717:
-------------------------------------

             Summary: Flush state of one side of the join if other side is bounded
                 Key: FLINK-9717
                 URL: https://issues.apache.org/jira/browse/FLINK-9717
             Project: Flink
          Issue Type: Sub-task
          Components: Table API &amp; SQL
    Affects Versions: 1.5.0
            Reporter: Piotr Nowojski


Whenever one side of join receives {{MAX_WATERMARK}}, other side in joins (both normal and versioned joins) could flush the state from other side.

This highly useful optimisation that would speed up versioned joins and would allow normal joins of large unbounded streams with bounded tables (for example some static data).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)