Chrome Extension
WeChat Mini Program
Use on ChatGLM

Xfast: Extreme File Attribute Stat Acceleration for Lustre

SC '23: Proceedings of the International Conference for High Performance Computing, Networking, Storage and Analysis(2023)

Cited 0|Views18
No score
Abstract
Directory tree walks on parallel file systems are costly operations frequently required by many storage management tasks. Even listing the contents of a single directory can take minutes to hours for huge directories, as the tree walk performance of parallel file systems in Linux is severely throttled by sequentially accessing distributed metadata for each file through the syscall interface. We present eXtreme file attribute stat (Xfast), which scales the performance of directory tree walks by combining techniques that have been developed over a time frame of 10 years for the Lustre file system. Scalable statahead predicts file access patterns and prefetches required attributes, while the Size on MDT (SOM) mechanism reduces the number of RPC calls to collect file attributes. Xfast improves the performance of common directory operations, e.g. reduces the time to list one million files from 11 minutes to less than one minute for a single process.
More
Translated text
Key words
Parallel file system,Metadata,HPC,Best practice,Long-term system
AI Read Science
Must-Reading Tree
Example
Generate MRT to find the research sequence of this paper
Chat Paper
Summary is being generated by the instructions you defined