Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read-ahead vs read-random #120

Open
jcnelson opened this issue Oct 16, 2014 · 0 comments
Open

Read-ahead vs read-random #120

jcnelson opened this issue Oct 16, 2014 · 0 comments

Comments

@jcnelson
Copy link
Member

Implement file xattrs to tag a file's I/O profile as either "read-ahead" (if the file will be read in its entirety) or "read-random" (if the file will be accessed randomly). If "read-ahead" is selected, then download all file blocks on any read. "read-random" is what we implement now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant