Sciweavers

CLUSTER
2001
IEEE

Clusterfile: A Flexible Physical Layout Parallel File System

13 years 8 months ago
Clusterfile: A Flexible Physical Layout Parallel File System
This paper presents Clusterfile, a parallel file system that provides parallel file access on a cluster of computers. Existing parallel file systems offer little control over matching the I/O access patterns and file data layout. Without this matching the applications may face the following problems: contention at I/O nodes, fragmentation of file data, false sharing, small network messages, high overhead of scattering/gathering the data. Clusterfile addresses some of these inefficiencies. Parallel applications can physically partition a file in arbitrary patterns. They can also set arbitrary views on a file. Views hide the parallel structure of the file and ease the programmer's burden of computing complex access indices. The intersections between views and layouts are computed by a memory redistribution algorithm. Read and write operations are optimized by pre-computing the direct mapping between access patterns and disks. Clusterfile uses the same data representation for file l...
Florin Isaila, Walter F. Tichy
Added 23 Aug 2010
Updated 23 Aug 2010
Type Conference
Year 2001
Where CLUSTER
Authors Florin Isaila, Walter F. Tichy
Comments (0)