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