danny0405 opened a new pull request, #18264:
URL: https://github.com/apache/hudi/pull/18264

   ### Describe the issue this Pull Request addresses
   
   For append only write path, there is no need to load the timeline eagerly 
for most of the cases, different with Spark, the Flink write client is local to 
write task, there is no network transmission so the eager flush does not have 
any gains though.
   
   ### Summary and Changelog
   
   - change the `HoodieFlinkTable#create` timeline loading as lazy;
   - change the genetal write client `#initTable` timeline loading as lazy;
   
   ### Impact
   
   less timeline loading.
   
   ### Risk Level
   
   none
   
   ### Documentation Update
   
   none
   
   ### Contributor's checklist
   
   - [ ] Read through [contributor's 
guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [ ] Enough context is provided in the sections above
   - [ ] Adequate tests were added if applicable
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to