suxiaogang223 opened a new pull request, #62102:
URL: https://github.com/apache/doris/pull/62102

   ### What problem does this PR solve?
   
   Related Issue: #62101
   
   Problem Summary:
   This PR reduces Hive third-party bootstrap overhead in the current startup 
flow without changing the broader startup model yet.
   
   The main optimizations are:
   - merge selected `create_preinstalled_scripts/*.hql` into a single Hive 
invocation to avoid repeated JVM startup cost
   - skip redundant `MSCK REPAIR TABLE` statements on non-partitioned tables
   - reuse cached Hive auxiliary jars instead of downloading them on every 
startup
   
   These changes are intended as an incremental optimization PR before the 
larger structured startup-script redesign tracked in #62101.
   
   ### Release note
   
   None
   
   ### Check List (For Author)
   
   - Test: Script validation only
       - No end-to-end startup or regression test has been run yet; keep this 
PR as draft until runtime validation is completed
   - Behavior changed: No
   - Does this need documentation: No
   


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to