zhuqi-lucas commented on PR #16196: URL: https://github.com/apache/datafusion/pull/16196#issuecomment-2916000852
Updated the performance for current PR: ```rust SET datafusion.execution.target_partitions = 1; SELECT SUM(value) FROM range(1,50000000000) AS t; +----------------------+ | sum(t.value) | +----------------------+ | -4378597037249509888 | +----------------------+ 1 row(s) fetched. Elapsed 22.315 seconds. ``` ```rust SET datafusion.execution.target_partitions = 1; SELECT SUM(value) FROM range(1,50000000000) AS t; +----------------------+ | sum(t.value) | +----------------------+ | -4378597037249509888 | +----------------------+ 1 row(s) fetched. Elapsed 22.567 seconds. ``` No performance regression from the above testing. -- 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