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

计算机工程 ›› 2009, Vol. 35 ›› Issue (21): 82-84. doi: 10.3969/j.issn.1000-3428.2009.21.027

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

基于KDB树的RFID事件聚合过滤算法

张丰贵,程良伦   

  1. (广东工业大学自动化学院,广州 510006)
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2009-11-05 发布日期:2009-11-05

Algorithm for RFID Event Aggregation and Filtering Based on KDB-tree

ZHANG Feng-gui, CHENG Liang-lun   

  1. (College of Automation, Guangdong University of Technology, Guangzhou 510006)
  • Received:1900-01-01 Revised:1900-01-01 Online:2009-11-05 Published:2009-11-05

摘要: 分析RFID中间件查询数据的特点,提出一种对查询数据聚合转换的方法,减少查询索引的存储空间和数据插入时间。分析和比较已有多维查询索引的各方面性能,将多维索引KDB-tree应用到RFID中间件中。实验结果表明,KDB树索引在存储空间成本、数据插入成本和查询时间成本3个方面的综合性能最佳,在点查询上,KDB-tree只须单路径遍历索引树,数据查询时间少于其他方法。

关键词: RFID中间件, 聚合转换, KDB树, 事件过滤

Abstract: The characteristics of query data for RFID middleware are analyzed. Based on the characteristics, a method named aggregate transformation is proposed to save storage cost of index and reduce insertion time. The performance of several existing multidimensional indexes is analyzed and compared, KDB-tree index is supplied into RFID middleware. Theoretic analysis and experimental results demonstrate that KDB-tree index outperforms others in synthesized consideration of storage cost, insertion time cost and query time cost. In particular the query time cost of KDB-tree is distinctly lower than others because it provides single-path traverse in the query processing.

Key words: RFID middleware, aggregation transformation, KDB-tree, event filtering

中图分类号: