摘要
根据缓存数据在缓冲区的活动性不同而设计和实现了一个分类的延迟写(Writebehind)技术.通过将不同活动性的数据分类缓存,并延迟刷新到磁盘来减少、合并写磁盘的次数,从而改进文件系统的写性能.初步的实现结果表明,分类的缓存延迟写技术比LRU的缓存策略有更短的系统响应时间,写文件的反馈时间减少了11.3%,并且使用RWB策略的缓存命中率比使用LRU策略高.
This paper designs and implements a novel write-behmct tecnnique based the I/O overhead and improve file write performance by reorganizing data in two buffers according to their activities to reduce and amalgamate the write times. Abecedarian implementation has shown that this technique has less 11.3% response time compared with LRU policy when writing files, and has more cache hit rate compared with LRU.
出处
《小型微型计算机系统》
CSCD
北大核心
2006年第11期2138-2141,共4页
Journal of Chinese Computer Systems
基金
广东省高校自然科学研究基金项目(Z03060)资助.
关键词
文件系统
缓存
延迟写
算法
file system
buffer
write behind
algorithm