You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/06/19 12:11:00 UTC

[jira] [Updated] (FLINK-12743) Introduce unbounded streaming anti/semi join operator

     [ https://issues.apache.org/jira/browse/FLINK-12743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated FLINK-12743:
-----------------------------------
    Labels: pull-request-available  (was: )

> Introduce unbounded streaming anti/semi join operator
> -----------------------------------------------------
>
>                 Key: FLINK-12743
>                 URL: https://issues.apache.org/jira/browse/FLINK-12743
>             Project: Flink
>          Issue Type: New Feature
>          Components: Table SQL / Runtime
>            Reporter: Jark Wu
>            Assignee: Jark Wu
>            Priority: Major
>              Labels: pull-request-available
>
> This operator is responsible for unbounded streaming semi/anti join, and will be optimized in following cases:
> 1. If the join keys (with equality condition) are also primary key, we will have a more efficient state layout
> 2. If the inputs have primary keys, but join keys are not primary key, we can also come up with an efficient state layout
> 3. Inputs don't have primary keys, this will go to default implementation



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