logan-keede commented on issue #13814:
URL: https://github.com/apache/datafusion/issues/13814#issuecomment-2779521254

   > Thanks [@logan-keede](https://github.com/logan-keede) btw is it a release 
build? can you also check with LTO and non LTO, sometimes this link 
optimizations takes time as well
   > 
   > UPD: What rustc version used?
   
   changing to release build lto or non-lto did not make much of a difference 
from debug build except the extra process that seems to be taking some time.
   
   rustc 1.86.0 + release build
   
![Image](https://github.com/user-attachments/assets/4ad721f2-57c7-4522-841e-c5e1d9f7bf81)
   
   
   changing to rustc 1.86 did reduce the build time from 18sec -> 14 sec and 
then to 12 sec when I made `insert_into`  sync (only on `catalog` level so not 
mergeable)
   
   rustc 1.86.0 + debug build
   
![Image](https://github.com/user-attachments/assets/049beac6-902f-4446-8c6a-e2f3365829d3)
   
   `insert_into` sync + rustc 1.86.0 + debug build
   
![Image](https://github.com/user-attachments/assets/02033897-deeb-40bf-b553-6c0395f095b3)
   


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