作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2010, Vol. 36 ›› Issue (06): 27-28. doi: 10.3969/j.issn.1000-3428.2010.06.009

• 博士论文 • 上一篇    下一篇

基于局部性和分区磁盘的文件定位优化

侯 昉1,2,赵跃龙1,王 禹1,3   

  1. (1. 华南理工大学计算机科学与工程学院,广州 510641;2. 广东金融学院计算机科学与技术系,广州 510521;3. 广东技术师范学院科研处,广州 510665)
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2010-03-20 发布日期:2010-03-20

File Reallocation Optimization Based on Localization and Zoned-Disk

HOU Fang1,2, ZHAO Yue-long1, WANG Yu1,3   

  1. (1. School of Computer Science and Engineering, South China University of Technology, Guangzhou 510641;2. Department of Computer Science and Technology, Guangdong University of Finance, Guangzhou 510521;3. Science Research Department, Guangdong Polytechnic Normal University, Guangzhou 510665)
  • Received:1900-01-01 Revised:1900-01-01 Online:2010-03-20 Published:2010-03-20

摘要: 计算机虚拟存储体系结构中磁盘文件访问存在局部性,大量访问集中在少数文件上。针对该问题,研究分区盘技术,提出一种动态文件定位优化方法,通过动态采样统计,将访问次数集中的文件定位在使用分区盘技术且数据传输率较高的磁盘区域中。理论分析及实验结果表明,该方法可以提高系统整体的I/O性能。

关键词: 文件访问, 局部性, 分区磁盘, 定位

Abstract: Disk file accesses are localized just like RAM access localization in the virtual memory architecture. Most file accesses localize few files. Aiming at this problem, using the Zoned-Disk technology, a dynamic optimizatiom method is proposed. Based on the sampling and statistic results, the frequently accessed files are moved to the zone which is with higher data transfer rate in a Zoned-Disk. Theoretical analysis and practical experimental results show this method improves the I/O performance of the whole system.

Key words: file access, localization, Zoned-Disk, reallocation

中图分类号: