摘要
当前的大规模存储系统提供大量的聚合I/O带宽,但并没有实现高度的元数据扩展性以管理分布于成千上万存储节点之上的文件。本文提出服务端驱动的无锁元数据操作来改进文件元数据操作的扩展性。服务端驱动技术简化了一致性维护,无锁技术既避免了资源冲突,又增进了元数据操作的并行性。实现了文件创建、删除操作。实验结果表明,该方法能显著提高系统的性能和扩展性。
Current large-scale storage systems provide large amounts of aggregate I/O bandwidth, however, they do not achieve the high degree of metadata scalability required to manage files distributed across thousands of storage nodes. In this paper we suppose the server-driven lock less metadata operations to improve the scalability of file metadata operations. The server-driven technology simplifies the consistency maintenance, and the lock-less technology avoids resources contention and improves the parallelism of metadata operations. We implement the file creation and file removal operations and the experimental results indicate that it significantly improves the performance and the scalability of systems.
出处
《计算机工程与科学》
CSCD
北大核心
2009年第A01期153-156,共4页
Computer Engineering & Science
基金
国家973计划资助项目(2009CB320503)
国家863计划资助项目(2008AA01A325)
关键词
元数据操作
服务端驱动
无锁
扩展性
metadata operation
server-driven
lock-less
scalability