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


   * It could very well be your query is IO/parquet bound and simd won't reduce 
the execution time.
   You could try reading the table into memory to see whether that's the case.
   * the normal sum kernel uses auto vectorization, so even without `simd` flag 
it's using some faster kernels.
   
   For most queries I didn't see an impact in DataFusion using the `simd` 
feature.


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