static table in flink

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

static table in flink

Jaqie Chan
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
嘉琪

Reply | Threaded
Open this post in threaded view
|

Re: static table in flink

vino yang
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


Jaqie Chan <[hidden email]> 于2019年11月9日周六 下午3:04写道:
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
嘉琪

Reply | Threaded
Open this post in threaded view
|

Re: static table in flink

Jingsong Li
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

On Sun, Nov 10, 2019 at 11:00 AM vino yang <[hidden email]> wrote:
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


Jaqie Chan <[hidden email]> 于2019年11月9日周六 下午3:04写道:
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
嘉琪



--
Best, Jingsong Lee