Skip to content

Read-ahead vs read-random #120

@jcnelson

Description

@jcnelson

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions