[
https://issues.apache.org/jira/browse/FLINK-38209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timo Walther updated FLINK-38209:
---------------------------------
Affects Version/s: 2.1.0
(was: 2.1)
> Use UniqueKeys instead of Upsertkeys for state management
> ---------------------------------------------------------
>
> Key: FLINK-38209
> URL: https://issues.apache.org/jira/browse/FLINK-38209
> Project: Flink
> Issue Type: Sub-task
> Components: Table SQL / Runtime
> Affects Versions: 2.1.0
> Reporter: Gustavo de Morais
> Assignee: Gustavo de Morais
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.2.0
>
>
> When creating MultiJoins, we currently use UpsertKeys as the UniqueKeys for
> the inputSideSpecs. Even though that is not wrong since upsertKeys are always
> unique keys, that makes us only use UniqueKeys optimizations for a subset of
> cases when we have unique keys.
> In other words, for joins, we'll often use a state with hasNoUniqueKey even
> though there's a unique key. This is a considerable optimization and we want
> to cange that.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)