Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
Right now in the dataset scanning there are a few places where we add readahead. At each spot we have to pick some max for how much we read ahead. Instead of trying to figure out some max it might be nicer to base it on the available RAM.
On the other hand, it may be the case that there is some set of nice constants that just always works so this can probably wait until we understand more the memory usage of dataset scanning.
Attachments
Issue Links
- duplicates
-
ARROW-14648 [C++][Dataset] Change scanner readahead limits to be based on bytes instead of number of batches
- Open