[
https://issues.apache.org/jira/browse/FLINK-25218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17456132#comment-17456132
]
Jing Zhang commented on FLINK-25218:
------------------------------------
[~monster#12]Do you want to do mini batch optimization for lookup-join. Caching
a bundle of inputs in a buffer, when the bundle of inputs is triggered to
process, only a PRC call to external storage of dimension table?
> Performance issues with lookup join accessing external dimension tables
> ------------------------------------------------------------------------
>
> Key: FLINK-25218
> URL: https://issues.apache.org/jira/browse/FLINK-25218
> Project: Flink
> Issue Type: Improvement
> Components: Table SQL / API
> Affects Versions: 1.15.0
> Reporter: ZhuoYu Chen
> Priority: Major
>
> Current lookup join: for each input data, access the external dimension table
> to get the result and output a data
> Implement a lookup join that can improve performance by batching and delaying
--
This message was sent by Atlassian Jira
(v8.20.1#820001)