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

计算机工程 ›› 2012, Vol. 38 ›› Issue (08): 44-46. doi: 10.3969/j.issn.1000-3428.2012.08.015

• 软件技术与数据库 • 上一篇    下一篇

基于预读策略的节能数据访问技术

孟 涛1,2,刘 浩1,2,胡宏扬1,2   

  1. (1. 清华信息科学与技术国家实验室,北京 100084;2. 清华大学计算机科学与技术系,北京 100084)
  • 收稿日期:2011-08-15 出版日期:2012-04-20 发布日期:2012-04-20
  • 作者简介:孟 涛(1987-),男,硕士研究生,主研方向:普适计算,计算机节能技术;刘 浩,博士研究生;胡宏扬,硕士研究生
  • 基金资助:

    国家自然科学基金资助项目(60903029)

Energy Efficient Data Access Technique Based on Readahead Strategy

MENG Tao 1,2, LIU Hao 1,2, HU Hong-yang 1,2   

  1. (1. Tsinghua National Laboratory of Information Science and Technology, Beijing 100084, China; 2. Department of Computer Science and Technology, Tsinghua University, Beijing 100084, China)
  • Received:2011-08-15 Online:2012-04-20 Published:2012-04-20

摘要: 传统节能策略通过控制组件状态切换来节省能耗,但状态切换本身需要耗费一定能量。为此,提出一种基于预读策略的节能数据访问技术。引入文件系统数据访问中的预读方式,读取数据并将其聚合到一起进行访问,减少设备组件的状态切换,从而实现降低能耗的目的。实验结果表明,在多媒体数据访问方式下使用该技术能节省70%以上的磁盘能耗。

关键词: 节能, 预读策略, 数据聚合, 数据访问, 磁盘能耗

Abstract: Traditionally energy saving can be attained by switch of components’ energy states, but the switch itself costs a lot of energy. This paper proposes an energy efficient data access technique based on readahead strategy. It extends the readahead technique to the energy saving field, reduces the power consumption by integrating data that need to be read to reduce the amount of switches among different energy states of computer components. Experimental results show that in the case of accessing multimedia data, this technique can reduce energy consumption of disk by over 70%.

Key words: energy efficient, readahead strategy, data aggregation, data access, energy consumption of disk

中图分类号: