zhuqi-lucas commented on PR #21580:
URL: https://github.com/apache/datafusion/pull/21580#issuecomment-4294016766

   cc @adriangb @Dandandan @alamb 
   
   The latest CI benchmark results show **1.5-1.9x faster** on 
sort_pushdown_inexact with no regression on ClickBench:
   
   ```
   sort_pushdown_inexact:
     Q1: +1.49x faster
     Q2: +1.37x faster  
     Q3: +1.92x faster
     Q4: +1.82x faster
   ```
   
   Local benchmark on sorted single-file (61 RGs, narrow ranges) shows **17-60x 
faster** — the full optimization chain (stats init + cumulative RG prune) skips 
60 of 61 RGs with zero I/O.
   
   Would appreciate a review when you get a chance! The PR is ready — all CI 
tests pass.


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