基于可变长分块的分布式文件系统设计与实现  被引量:4

Design and Implementation of Distributed File System Based on Variable-sized Chunk

在线阅读下载全文

作  者:许艳艳[1] 雷迎春[2] 龚奕利[1] 

机构地区:[1]武汉大学计算机学院,武汉430072 [2]中国科学院计算技术研究所,北京100080

出  处:《计算机工程》2016年第5期80-84,101,共6页Computer Engineering

基  金:国家"863"计划基金资助项目(2013AA12A301);国家自然科学基金资助项目(61100020);华为公司创新研究计划基金资助项目

摘  要:分布式文件系统受传统磁盘文件系统影响,大多使用固定大小的对象或者块来组织和管理文件。定长的分块不适合随机写或插入写,开销大且性能差,但典型的用户约有25%的文件操作是随机写。针对上述现状,提出一种基于内容的可变长文件分块方法,使用拉宾指纹算法对文件进行分块,并根据文件的内容标识文件块。为更准确地指定写类型,提高写性能,给出与POSIX语义兼容的写接口。通过修改Ceph实现一种新的分布式文件系统VarFS,提供文件的可变长分块并支持新的写接口。实验结果表明,由于减少网络数据传输量,VarFS在随机写延迟和带宽消耗量上比Ceph减少了1个~2个数量级。Inherited from traditional disk file systems,most Distributed File Systems(DFS) organize and manage files based on objects or chunks of fixed sizes, which is expensive and works poorly for random writing or inserting. But approximately 25% of file operations from a typical user are random writing. In order to change this status, this paper puts forward a file blocking method based on variable-sized contents,and it uses Rabin fingerprint algorithm to block the file and identify it according to its contents. A new writing interface which is semantic compatible with POSIX is proposed to accurately specify the writing type and improve writing performance. It presents a novel DFS named VarFS to implement all the design proposed above through modifying the Ceph. Experimental results show that VarFS can reduce the necessary reading and writing back data of update operation, which consequently alleviates amount of data transfer, accordingly it can achieve 1 - 2 orders of magnitude less latency and bandwidth consumption than Ceph on random writing and bandwidth consumption.

关 键 词:固定长分块 可变长分块 分布式文件系统 随机写 元数据服务器 

分 类 号:TP391[自动化与计算机技术—计算机应用技术]

 

参考文献:

正在载入数据...

 

二级参考文献:

正在载入数据...

 

耦合文献:

正在载入数据...

 

引证文献:

正在载入数据...

 

二级引证文献:

正在载入数据...

 

同被引文献:

正在载入数据...

 

相关期刊文献:

正在载入数据...

相关的主题
相关的作者对象
相关的机构对象