pitrou commented on issue #45749:
URL: https://github.com/apache/arrow/issues/45749#issuecomment-2721034279

   Well, large data transfers is usually what people do with Arrow filesystems 
(the Arrow filesystem layer was designed primarily for reading and writing 
datasets). So at least the default setting sounds fine to me.
   
   Having the number of IO operations equal to the number of threads is 
probably a worst case, since each connection will only be used once. Otherwise, 
if the number of IO operations is significantly than the number of threads, 
connection reuse will amortized the TLS handshake cost over many operations.


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

Reply via email to