jinchengchenghh commented on issue #8025: URL: https://github.com/apache/incubator-gluten/issues/8025#issuecomment-2499405185
> > The kSpillReadBufferSize controls the size to read each file, the ordered reader will create FileOutputStream for each file and allocate kSpillReadBufferSize (default 1MB) for one file. Can you try to adjust this value? Maybe we should add a new config to control the read buffer size for all the files. numFiles * bufferSize < threshold. > > should we propose the way of #7861? #7861 releases the buffer after read, Velox FileInputStream reuse the `readBufferSize` to read the file. So it is the similar way. -- 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]
