adriangb commented on PR #21351:
URL: https://github.com/apache/datafusion/pull/21351#issuecomment-4229850135

   > Prefetching IO / combining small IO requests (reducing spawn_blocking / 
thread switching overhead)
   
   Should we think about the interaction with `ObjectStore`? The GCS/S3/etc. 
implementations do range coalescing. When we do combining of small IO requests 
should we take into account the layout of that data so that we combine requests 
that would be adjacent in the data, thus maximizing block hit rates for these 
providers?


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to