You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "andygrove (via GitHub)" <gi...@apache.org> on 2023/04/18 16:42:54 UTC

[GitHub] [arrow-datafusion] andygrove commented on pull request #6047: Improve round-robin repartitioning

andygrove commented on PR #6047:
URL: https://github.com/apache/arrow-datafusion/pull/6047#issuecomment-1513485018

   I ran a quick test with q1.
   
   ## master
   
   ```
   Query 1 executed in: 2.431816676s
   Query 1 executed in: 2.485038908s
   Query 1 executed in: 2.228489379s
   ```
   
   ## this PR
   
   ```
   Query 1 executed in: 2.190762139s
   Query 1 executed in: 2.071724741s
   Query 1 executed in: 2.071821053s
   ```
   
   :rocket: 


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org