thisisnic commented on issue #46681: URL: https://github.com/apache/arrow/issues/46681#issuecomment-3032469991
OK, cool, just wanting to rule out it being caused by the fact that operations are generally slower on S3. Do you have a rough idea of the difference in speed between doing `x=="y"` and `x %in% c("y")`? Another way to approach it would be to look at the volume of data transferred to confirm this. I used this when writing [the "Cloud" chapter of the Arrow R Book]( https://arrowrbook.com/cloud.html) and the utility I used to measure it is described [here](https://arrowrbook.com/appendix.html#sec-netmon). -- 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