alamb commented on issue #94: URL: https://github.com/apache/datafusion/issues/94#issuecomment-2413527259
Hi @mnorfolk03 👋 -- thanks. I think since this ticket was filed, we have moved more into "end to end" type benchmarks like in https://github.com/apache/datafusion/tree/main/benchmarks I think Joins are an area we don't really have any great benchmarks -- we only have the TPCH queries The art of writing benchmarks is choosing what to benchmark I think, so it is often a bit hard to choose. Perhaps you could start with creating a benchmark for physical planning (aka the process of creating the final optimized ExecutionPlan) which is not an area we have a lot of coverage You could perhaps use the report on https://github.com/apache/datafusion/issues/12738 to create a planning benchmark in https://github.com/apache/datafusion/blob/main/datafusion/core/benches/sql_planner.rs ? -- 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