jp0317 opened a new issue, #36178: URL: https://github.com/apache/arrow/issues/36178
### Describe the enhancement requested The current `ReadRangeCache` support a laze mode where each range is read upon an explicit request ,and a non-lazy mode where all ranges are read concurrently at once. In some scenarios, it would help to support a prefetch mode (which naturally is bound to the lazy mode) such that explicitly reading one range will prefetching one or more following ranges (the number of prefetched ranges should be configurable via cache options). ### Component(s) C++ -- 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]
