westonpace commented on issue #36765:
URL: https://github.com/apache/arrow/issues/36765#issuecomment-1642459083

   `fragment_readahead` and `batch_readahead` control how many files/row-groups 
to read at a time.  `pre_buffer` controls how an individual row group is read.  
So these are separate properties.  `pre_buffer` is probably always a good thing 
when reading from S3.  However, when reading from local disk I think 
`pre_buffer` can sometimes lead to greater memory consumption.  Is 
`pre_buffer=True` the default for `read_table`?


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