alamb opened a new issue, #18366: URL: https://github.com/apache/datafusion/issues/18366
### Describe the bug Running the sql_planner benchmark takes multiple hours, which makes it very hard to run / find useful For example, `logical_plan_optimize` reports it will take 14782s = 246min = 4.1 HOURs ``` Benchmarking logical_plan_optimize: Warming up for 3.0000 s Warning: Unable to complete 100 samples in 5.0s. You may wish to increase target time to 14782.0s, or reduce sample count to 10. Benchmarking logical_plan_optimize: Collecting 100 samples in estimated 14782 s (100 iterations)^X ``` ### To Reproduce ``` cargo bench --bench sql_planner -- logical_plan_optimize ``` ### Expected behavior I expect the benchmarks to each take around 5s which is the standard amount of time needed ### 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]
