andygrove commented on issue #1632: URL: https://github.com/apache/datafusion-ballista/issues/1632#issuecomment-4356736760
After fixing the recent regression in sort-based shuffle, running with default configs: ``` Query 1 took 19147.2 ms and returned 4 rows Query 2 took 10234.8 ms and returned 100 rows Query 3 took 73433.7 ms and returned 10 rows Query 4 took 15675.1 ms and returned 5 rows Query 5 took 190789.9 ms and returned 5 rows Query 6 took 4440.7 ms and returned 1 rows Query 7 took 77920.9 ms and returned 4 rows Query 8 took 262859.9 ms and returned 2 rows Query 9 took 341142.4 ms and returned 175 rows Query 10 took 20336.1 ms and returned 20 rows Query 11 took 8026.6 ms and returned 0 rows Query 12 took 10911.1 ms and returned 2 rows Query 13 took 18763.3 ms and returned 45 rows Query 14 took 5046.3 ms and returned 1 rows Query 15 took 6356.9 ms and returned 0 rows Query 16 took 4254.7 ms and returned 27840 rows Query 17 took 205500.7 ms and returned 1 rows Query 18 took 106379.5 ms and returned 100 rows Query 19 took 13369.0 ms and returned 1 rows Query 20 took 12163.2 ms and returned 17971 rows Query 21 took 188630.3 ms and returned 100 rows Query 22 took 4723.8 ms and returned 7 rows ``` -- 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]
