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

dalongliu updated FLINK-26929:
------------------------------
    Description: We propose an optimization method adaptive hash join for the 
batch join scenario, hoping to integrate the advantages of sorted-merge join 
and hash join according to the characteristics of runtime data. The adaptive 
hash join will try to use hash join strategy firstly, if it failed, will fall 
back to sort merge join.  (was: We propose an optimization method adaptive hash 
join for the batch join scenario, hoping to integrate the advantages of 
sorted-merge join and hash join according to the characteristics of runtime 
data. The adaptive hash join will try to use hash join firstly, if it failed, 
will fallback to sort merge join.)

> Introduce adaptive hash join for batch sql optimization
> -------------------------------------------------------
>
>                 Key: FLINK-26929
>                 URL: https://issues.apache.org/jira/browse/FLINK-26929
>             Project: Flink
>          Issue Type: New Feature
>          Components: Table SQL / Runtime
>            Reporter: dalongliu
>            Priority: Major
>             Fix For: 1.16.0
>
>
> We propose an optimization method adaptive hash join for the batch join 
> scenario, hoping to integrate the advantages of sorted-merge join and hash 
> join according to the characteristics of runtime data. The adaptive hash join 
> will try to use hash join strategy firstly, if it failed, will fall back to 
> sort merge join.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to