The search functionality is under construction.
The search functionality is under construction.

Author Search Result

[Author] Kazuhiko MOGI(1hit)

1-1hit
  • Virtual Striping: A Storage Management Scheme with Dynamic Striping

    Kazuhiko MOGI  Masaru KITSUREGAWA  

     
    PAPER-Disk array

      Vol:
    E79-D No:8
      Page(s):
    1086-1092

    RAID5 disk arrays provide high performance and high reliability for reasonable cost. However RAID5 suffers a performance penalty during block updates. In this paper, we propose a method to improve the small write performance of RAID5 disk arrays, named Virtual Striping. Instead of updating each block independently, this method buffers a number of updates, generates a new stripe composed of the newly updated blocks, then writes the full stripe back to disk. In order to make free space for write operations, new garbage collection strategy is employed, where the linkage of blocks in a parity stripe is changed in Virtual Striping. The LFS (log-structured file system) based storage management scheme also writes new block onto large free area, which uses copying garbage collection. In this paper, we compare the performance of both methods through simulation. Although the write cost of Virtual Striping is more than that of the LFS based method, Virtual Striping has better performance than the LFS based method. This is due to the high efficiency of garbage collection in Virtual Striping.