Caching of file and directory attributes

The most obvious and important data to cache from a performance standpoint is attributes associated with file system objects. Here we are referring to information such as the owner and group of the file, the permissions, and PVFS-specific information like file data distribution.

We will assume that the data distribution for a file does not change over the lifetime of the file (?).

A timeout will be associated with this information.

Implications on file size.



Subsections