You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: