yuemeng created HUDI-3955:
-----------------------------

             Summary: Support Hoodie Table Joined as a dim table with Flink
                 Key: HUDI-3955
                 URL: https://issues.apache.org/jira/browse/HUDI-3955
             Project: Apache Hudi
          Issue Type: New Feature
            Reporter: yuemeng


Currently. Hoodie Table can't be joined with Flink. Users who want to join the 
hoodie table must sync the table to dim storage (kv storage eg) and then join 
later. it's very complex.

The most suitable choice for Flink is to directly join the hoodie table.

there are three possible ways to implement join with hoodie
 # hoodie table as a memory table
 # hoodie table as a state tableĀ  (eg rocksdb)
 # hoodie table join directly. may enhance file-based data query capabilities 
first



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to