计算机工程与应用 ›› 2007, Vol. 43 ›› Issue (15): 176-179.

• 数据库与信息处理 • 上一篇    下一篇

基于向量关系表的自动数据收集算法

杨 婧,王潜平,黄意珊   

  1. 中国矿业大学 计算机学院,江苏 徐州 221008
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2007-05-21 发布日期:2007-05-21
  • 通讯作者: 杨 婧

Data hoarding algorithm based on vector-relation-table

YANG Jing,WANG Qian-ping,HUANG Yi-shan   

  1. School of Computer,China University of Mining & Technology,Xuzhou,Jiangsu 221008,China
  • Received:1900-01-01 Revised:1900-01-01 Online:2007-05-21 Published:2007-05-21
  • Contact: YANG Jing

摘要: 移动计算机在断连接情况下的操作功能,是通过数据收集来完成的,它的目的是在断连之前,把用户在将来需要查看的数据下载存储。提出一种自动数据收集算法,此算法基于向量关系表,以此为依据来计算对象之间的关联程度,以寻求紧密关联的对象簇,再利用优先度算法,通过分析置信度和支持度的值来比较它们的优先度,从而得出系统需要收集的数据对象。实验表明,这种方法很好地提高了断连操作中数据访问的命中率,并且大大节省了缓存的开销。

关键词: 移动计算, 数据收集, 向量关系表, 断连操作, 优先度

Abstract: Mobile computers can provide disconnected operation by data hoarding.The process of hoarding can be described as loading the data items needed in the future to the client cache prior to disconnection.In this paper,we describe an algorithm for automated hoarding.Our method is based on vector-relation-table,from which we compute the relation degrees between the items to find the object clustering which is closely related.Then we utilize priority algorithm to compare their priorities through analyzing confidence and support,from which we can get the data items which the system need hoard.The experiment shows that the proposed method is effective in improving the system performance in terms of the cache hit ratio of mobile clients and greatly economizing the cache overhead.

Key words: mobile computing, data hoarding, vector-relation-table, disconnected operation, priority