Is that possible to specify join algorithm hint in Flink SQL
Posted by yinhua.dai on URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Is-that-possible-to-specify-join-algorithm-hint-in-Flink-SQL-tp27325.html
But wondering if this is possible to support with the SQL API?
We have market data with a currency id(a big data set), and we tried to join
a very small data set(currency id to currency name conversion) to get the
name, but it always very slow because of data skew(most of currency is USD).
Seems flink didn't choose the broadcast forward ship strategy, so I'm
wondering whether we can provide a hint for it, or how can I solve the
problem?