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

计算机工程 ›› 2007, Vol. 33 ›› Issue (12): 99-101. doi: 10.3969/j.issn.1000-3428.2007.12.035

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

一种基于数据访问流的数据库索引优化方法

傅向华1,冯博琴2,王小民1,王志强1   

  1. (1. 深圳大学信息工程学院,深圳 518060;2. 西安交通大学计算机科学与技术系,西安 710049)
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2007-06-20 发布日期:2007-06-20

Index Optimization for Database Based on Data Access Flow

FU Xianghua1, FENG Boqin2, WANG Xiaoming1, WANG Zhiqiang1   

  1. (1. College of Information Engineering, Shenzhen University, Shenzhen 518060; 2. Department of Computer Science and Technology, Xi’an Jiaotong University, Xi’an 710049)
  • Received:1900-01-01 Revised:1900-01-01 Online:2007-06-20 Published:2007-06-20

摘要: 提出了一种基于数据访问流进行索引优化的方法,该方法通过集成业务流程模型与数据模型,抽取了流程活动中包含的数据访问操作和流程的控制结构形成数据访问流,分析了数据访问流中数据访问操作的频度,为频繁数据访问操作所对应的数据项创建索引,达到改善数据访问性能的目的。实验结果表明,该方法提高了数据查询的速度。

关键词: 索引优化, 数据访问流, 数据模型, 流程模型

Abstract: A novel method called data-access-flow based index optimization (DAFIO) is proposed to provide automatic index select for database in order to improve the data access performance. By integrating the data model and process model of the IT systems and getting data access flow, the DAFIO method can analyze the data access flow to find those data item which are accessed frequently, and then create indexes for these frequent items. The experiment results show that the novel method is effective to improve the data access performance.

Key words: Index optimization, Data access flow, Data model, Process model

中图分类号: