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


   @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
   ```


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

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


Reply via email to