NGA-TRAN commented on PR #18521: URL: https://github.com/apache/datafusion/pull/18521#issuecomment-3506602713
>> @2010YOUY01 : The second one is tpch-q4, I saw a 20% speedup in benchmark result, so I checked the query plan, and the difference is it's removing a round robin repartition above parquet reader: > @gene-bordegaray : Can you calrify the data you used to create the tables, thank you @2010YOUY01 : The reason Gene asked you to verify your test data is [in this explanation](https://github.com/apache/datafusion/issues/18341#issuecomment-3505130845). It seems in the build side your lineitem table is too small to repartition. Thus the plan after the fix does not repartition it. That is the reason for the speedup -- 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]
