Dandandan commented on issue #147:
URL: 
https://github.com/apache/arrow-datafusion/issues/147#issuecomment-1000975093


   > @alamb @houqp FYI i am picking up on the work @Dandandan started on this.
   > 
   > below are the current results i have after adding join queries:
   > ```
   > group by
   > q1 took 56 ms
   > q2 took 289 ms
   > q3 took 1305 ms
   > q4 took 69 ms
   > q5 took 1158 ms
   > q7 took 1198 ms
   > q10 took 24691 ms
   > 
   > join
   > q1 took 261 ms
   > q2 took 367 ms
   > q3 took 334 ms
   > q4 took 507 ms
   > q5 took 1936 ms
   > ```
   
   Thank you very much @matthewmturner. From looking at your results and 
extrapolating a bit from my earlier benchmarking and published results it seems 
like DF does very well on the join queries. Hopefully we can do some real 
comparisons later.


-- 
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]


Reply via email to