J4 ›› 2009, Vol. 47 ›› Issue (05): 1027-1031.

• 计算机科学 • 上一篇    下一篇

一个可容错并行文件数据存储模型

霍严梅, 杨可新, 魏晓辉, 胡亮   

  1. 吉林大学 计算机科学与技术学院, 长春 130012
  • 收稿日期:2008-11-28 出版日期:2009-09-26 发布日期:2009-11-03
  • 通讯作者: 霍严梅 E-mail:huoym@jlu.edu.cn.

A Fault Tolerance Data Storage Model for Parallel File System

HUO Yanmei, YANG Kexin, WEI Xiaohui, HU Liang   

  1. College of Computer Science and Technology, Jilin University, Changchun 130012, China
  • Received:2008-11-28 Online:2009-09-26 Published:2009-11-03
  • Contact: HUO Yanmei E-mail:huoym@jlu.edu.cn.

摘要:

针对大数据量需求问题, 设计并实现了一个并行文件数据存储模型: 固定大小数据分片和有冗余数据放置模型. 该存储模型简单高效. 实验结果表明, 该模型能够对数据进行容错, 提高了文件数据的可用性.

关键词: 并行文件系统; 数据存储; 可用性; 容错

Abstract:

Parallel file system is an efficient method of resolving I/O bottleneck in cluster. And the data storage techniques are very important for a parallel file system with high performance and high usability. A simple and efficient parallel file data storage model was implemented. A fixed stripe size and redundant data placement technique was used. Experimental results show the method has improved the usability of file data.

Key words: parallel file system; data storage; usability; fault tolerance

中图分类号: 

  • TP301