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

   I think we can further boost run time of `cargo tests` and `cargo build` by 
upto 5 mins(at least theoretically) by using cache in docker image (I mean 
having an image with `cargo build` already executed). This depends on available 
bandwidth of github VM/OS(on which the tests run). so, it becomes compiling 20 
GB(upto 8 min) vs downloading 20 GB(no idea) + selective installing(observed 
average of 100 sec). 
   
   one more issue might be that this image might need to be generated regularly 
but perhaps we can go with building/composing it once a day and that will work.
   
   
![Image](https://github.com/user-attachments/assets/c72174bd-1504-4700-aa94-2bd929071eb1)
   
   I think github has its own cache so that might make download of even this 
chunky image faster in future. 
   I am not sure how this all plays out in practice so let me know your views.
   
   cc @alamb @findepi 
   
   
   


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