zy-kkk opened a new pull request, #58877:
URL: https://github.com/apache/doris/pull/58877

   Enable binary search partition pruning optimization for Hive external tables.
   
     This PR implements the `SupportBinarySearchFilteringPartitions` interface 
for `HMSExternalTable`,
     allowing Hive tables to benefit from the binary search partition pruning 
optimization introduced in #44586.
   
     **Performance improvement (20000 partitions, 1000 queries):**
     - Binary search enabled: **4.548 seconds**
     - Binary search disabled: **12.849 seconds**
     - **~2.8x faster**
     


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