tustvold commented on issue #2110:
URL: https://github.com/apache/arrow-rs/issues/2110#issuecomment-1189594490

   I think prior to fetching in parallel I would suggest the following:
   
   * Add a min_fetch_bytes parameter, with it falling back to fetching the 
entire row group or file, if it is smaller than this threshold
   * Add the metadata_size_hint you suggest
   * Coalesce adjacent byte ranges into a single request, potentially allowing 
gaps of some configurable threshold
   
   


-- 
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

Reply via email to