Lordworms commented on PR #13054:
URL: https://github.com/apache/datafusion/pull/13054#issuecomment-2428074119

   For query like 
   ```
   select count(*) from part join lineitem on l_partkey=p_partkey where 
p_partkey > 10;
   ```
   and with data scale like 
   
![image](https://github.com/user-attachments/assets/6cce9292-cbde-4ee6-ac06-6c3061525edf)
   
   
   The execution time is 5 times faster
   
   before:
   
![before](https://github.com/user-attachments/assets/5386a4c6-d626-4774-ba77-afed901a16f0)
   
   
   after:
   
![after](https://github.com/user-attachments/assets/e67cd7d8-0b61-456c-a7f3-d4ede2dcd8e7)
   


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to