计算机应用 ›› 2012, Vol. 32 ›› Issue (12): 3271-3273.DOI: 10.3724/SP.J.1087.2012.03271

• 先进计算 •    下一篇

分布式文件系统中元数据操作的优化研究

刘恋,郑彪,龚奕利   

  1. 武汉大学 计算机学院,武汉 430072
  • 收稿日期:2012-06-21 修回日期:2012-07-30 发布日期:2012-12-29 出版日期:2012-12-01
  • 通讯作者: 龚奕利
  • 作者简介:刘恋(1988-),女,湖南长沙人,硕士研究生,主要研究方向:分布式计算;〓郑彪(1988-),男,湖北武汉人,硕士研究生,主要研究方向:分布式计算;〓龚奕利(1976-),女,浙江平湖人,副教授,博士,主要研究方向:分布式计算、分布式存储。
  • 基金资助:
    国家重大科技专项;国家自然科学基金资助项目

Metadata processing optimization in distributed file systems

LIU Lian,ZHENG Biao,GONG Yi-li   

  1. School of Computer Science, Wuhan University, Wuhan Hubei 430072, China
  • Received:2012-06-21 Revised:2012-07-30 Online:2012-12-29 Published:2012-12-01
  • Contact: GONG Yi-li

摘要: 分析了PVFS2中的元数据操作流程,以remove操作为例,通过测试发现其瓶颈之处,提出一种将判断过程放置到服务器端来减少通信次数的优化方法,这些方法同样可以应用于其他元数据操作。在PVFS2中实现了该优化方法,并将其同原来的remove操作耗时进行了对比,结果表明,该元数据操作的性能提高了10%左右。

关键词: 分布式文件系统, 元数据操作, 优化处理, PVFS2

Abstract: This paper analyzed the metadata processing in PVFS2, and took the remove operation as an example. To find out the bottlenecks in the remove operation, the time of each step was tested. And an optimization method to reduce the communication number by placing judgmental process on the server side was proposed, which is also suitable for other metadata operations. The optimization method was implemented in PVFS2. Compared with the original remove operation, this proposed method shows about 10% improvement in performance.

Key words: distributed file systems, metadata operation, processing optimization, PVFS2

中图分类号: