alamb commented on issue #6946: URL: https://github.com/apache/arrow-rs/issues/6946#issuecomment-2575279530
> Tbh if using local SSD I'd be tempted to just use the sync ParquetRecordBatchReader, the runtime needs to handle blocking anyway due to the CPU bound work, and the IO latencies are likely small enough to be irrelevant in comparison. In the context of DataFusion all IO is done in terms of the `ObjectStore` trait -- so I think the trick is in figuring out how to wire in / call the right version. If we decide reducing buffering is important enough usecase for us at Influx we'll spend some more time trying out various options -- 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