2010YOUY01 opened a new issue, #13277: URL: https://github.com/apache/datafusion/issues/13277
### Is your feature request related to a problem or challenge? I found benchmark binaries takes a lot of time to compile, and most time is spent on compiling the binary itself. I profiled the compiling time using: ```sh # under benchmark/ cargo build --release --timings --bin tpch ``` On my m1 pro MacBook, the report shows 2 minutes is spent compiling dependencies including `datafusion` crate, and 4 minutes is spent on compiling a single `tpch` binary. As a reference, `datafusion-cli` binary only took 10 sec to build on my machine. This seems unusual, and I'm wondering is it possible to make it compile faster. ### Describe the solution you'd like _No response_ ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- 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]
