Re: static table in flink
Posted by
Jingsong Li on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/static-table-in-flink-tp30979p30996.html
Hi Jaqie:
I think you can take a look to temporal table in blink planner. (Using LookupableTableSource). [1]
Use processing time: Its processing is to query from external table(storage like HBase, JDBC) by per record in real time.
Best,
Jingsong Lee
Hi Jaqie,
If I understand your question correctly, it seems you are finding a solution about the Stream table and Dim table(you called static table) join.
There were many users who asked this question. Linked some reply here[1][2] to let you consider.
Best,
Vino
Hello,
I have questions about static table in flink.
Join the stream table with static table. I'm looking at temporal table, while the time based table would grow exponentially over period. Any suggestions?
Stream tables checks the contains in static table(updates once everyday with new set of data). Trying to approach this with views.
Thanks for any suggestions.
Regards
嘉琪
--