Parallel Input/Output with Heterogeneous Disks

  • Authors:
  • Szu-Wen Kuo;Marianne Winslett;Ying Chen;Yong Cho;Mahesh Subramaniam;Kent E. Seamons

  • Affiliations:
  • -;-;-;-;-;-

  • Venue:
  • SSDBM '97 Proceedings of the Ninth International Conference on Scientific and Statistical Database Management
  • Year:
  • 1997

Quantified Score

Hi-index 0.00

Visualization

Abstract

Panda is a high-performance library for accessing large multidimensional array data on secondary storage of parallel platforms and networks of workstations. When using Panda as the I/O component of a scientific application, H3expresso, on the IBM SP2 at Cornell Theory Center, we found that some nodes are more powerful with respect to I/O than others, requiring the introduction of load balancing techniques to maintain high performance. We expect that heterogeneity will also be a big issue for DBMSs or parallel I/O libraries designed for scientific applications running on networks of workstations, and the methods of allocating data to servers in these environments will need to be upgraded to take heterogeneity into account, while still allowing users to exert control over data layout.We propose such an approach to load balancing, under which we respect the user's choice of high-level disk layout, but introduce automatic subchunking. The use of subchunks allows us to divide the very large chunks typically specified by the user's disk layout into more manageable-size units that can be allocated to I/O nodes in a manner that fairly distributes the load. We also present two techniques for allocating subchunks to nodes, static and dynamic, and evaluate their performance on the SP2.