klsince commented on PR #10077: URL: https://github.com/apache/pinot/pull/10077#issuecomment-1376693612
> Out of interest how do you know this is more disk-friendly ... This is a great question! This option is kinda experimental. We're experimenting a ReadAhead mechanism to access segments kept on remote storage via a custom SegmentDirectory object; and found that sequential access pattern would make that a lot more effective. Currently, I don't have stats about how much this option would benefit disk based setup. -- 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]
