Metadata-intensive I/O Optimizations in Parallel File Systems

Xie Ke,Li Xiuqiao,Wu Qimeng,Xiao Limin,Ruan Li
DOI: https://doi.org/10.2495/icfcit130791
2013-01-01
Abstract:Abstract: With parallel file systems increasingly growing in size, the performance of metadata I/O becomes critical for overall performance. Metadata-intensive applications create a lot of metadata I/O requests with small amount of data, making metadata access become the bottleneck of system. We propose an optimization method based on aggregating and merging requests for metadata-intensive I/O to deal with this problem. Extensive simulations show that the aggregate throughput of intensive file creating can be increased by up to 15.28 times and average response time can be decreased by factors of up to 99.27 percent when the aggregation period and request interval is configured as 0.8ms and 0.025ms respectively. Simulations also show that the aggregate throughput of intensive metadata access can be increased by up to 8.45 times and average response time can be decreased by factors of up to 99.02 percent when the merging period and request interval is configured as 0.4ms and 0.025ms respectively. Meanwhile, experiments show that our method can scale well with the number of metadata servers and clients.
What problem does this paper attempt to address?