mbutrovich commented on PR #1395: URL: https://github.com/apache/datafusion-comet/pull/1395#issuecomment-2654977328
This is the current performance difference when running the filter benchmark. DataFusion FilterExec corresponds to `arrow_filter_record_batch` while Comet FilterExec uses `comet_filter_record_batch`. I'm only showing the "all" scenario, which is the fast path we would benefit from in this PR: ``` filter/arrow_filter_record_batch - all rows selected time: [329.85 ns 330.37 ns 330.90 ns] filter/comet_filter_record_batch - all rows selected time: [32.087 µs 32.128 µs 32.177 µs] ``` -- 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...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org