tgravescs commented on issue #23695: [SPARK-26780][CORE]Improve shuffle read 
using ReadAheadInputStream 
URL: https://github.com/apache/spark/pull/23695#issuecomment-490103020
 
 
   In your performance tests, how did you test? if the data was in the page 
cache then you wouldn't see much benefit, its when the data actually has to be 
pulled from disk and the readahead does enough to get it into memory before you 
need it.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to