mapleFU opened a new issue, #37241: URL: https://github.com/apache/arrow/issues/37241
### Describe the enhancement requested Currently, we has the issue below: 1. https://github.com/apache/arrow/issues/36765 2. https://github.com/apache/arrow/issues/37139 When reading parquet from s3, it's important to prefetch some file or row-groups. However, larger prefetch depth might cause more memory usage. And what make it even worse is that, interfaces like `to_table` and other reading might has different behaviors for prefetch. So we'd better and more document for it. ### Component(s) Documentation, Parquet, Python -- 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]
