首页 | 本学科首页   官方微博 | 高级检索  
     

关系数据库的关键词查询性能优化
引用本文:王文焕,赵卓峰.关系数据库的关键词查询性能优化[J].计算机与数字工程,2012,40(11):18-20,45.
作者姓名:王文焕  赵卓峰
作者单位:1. 山东科技大学信息科学与工程学院 青岛 266590
2. 北方工业大学云计算研究中心 北京100041
摘    要:关系数据库上的关键词查询使得用户不必了解SQL语法或者数据库模式即可方便进行检索,并利用关系表的连接来保证查询的完整性。由于关键词集合查询的信息通常与不同数据类型的字段相关,并且分散在多个表中,而关系数据库缺乏对这类信息有效的索引,从而导致查询效率和准确率比较低。针对关系数据库的结构化模式,提出了一种基于层次树的数据提取方法,将关系数据库模型化为一棵层次树,关键词查询问题转化为树的遍历问题,并从关键词数据类型的分类、属性值之间的相关度、查询结果评分排序等方面设计了一个综合的优化方法。通过实验验证,该方法可以实现以较高的效率和较低的计算代价完成关键词查询。

关 键 词:关系数据库  关键词检索  层次树  属性  Top-k

Performance Optimization of Keyword Search on Relational Databases
WANG Wenhuan , ZHAO Zhuofeng.Performance Optimization of Keyword Search on Relational Databases[J].Computer and Digital Engineering,2012,40(11):18-20,45.
Authors:WANG Wenhuan  ZHAO Zhuofeng
Affiliation:1.College of Information Science and Engineering,Shandong University of Science and Technology,Qingdao 266590)(2.Research Center for Cloud Computing,North China University of Technology,Beijing 100041)
Abstract:Keyword search on relational databases facilitates users' information retrieval without any knowledge of the database schema or SQL grammar,and it guarantees the completeness of the result by joining tables.Since the data needed is usually related to many different data types and scattered in multiple tables,and relational databases lack the effective indexes of such information,this kind of keyword search is in low efficiency and accuracy.According to the structured schema of relational databases,an approach is proposed for retrieving structured data based on hierarchy tree,modeling the relational database as a hierarchy tree,under this theoretical framework,keyword searching is transformed into a traversing problem in the tree.The comprehensive methods is designed based on keyword classification,attribute values dependency,and results ranking to guide the traversing process.The experimental results show the high effectiveness and efficiency of proposed solutions.
Keywords:relational database  keyword search  hierarchy tree  Top-k
本文献已被 CNKI 维普 万方数据 等数据库收录!
设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号