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

基于循环神经网络的数据库查询开销预测
引用本文:毕里缘,伍赛,陈刚,寿黎但,陈珂,胡天磊.基于循环神经网络的数据库查询开销预测[J].软件学报,2018,29(3):799-810.
作者姓名:毕里缘  伍赛  陈刚  寿黎但  陈珂  胡天磊
作者单位:浙江大学计算机学院 杭州 310027,浙江大学计算机学院 杭州 310027,浙江大学计算机学院 杭州 310027,浙江大学计算机学院 杭州 310027,浙江大学计算机学院 杭州 310027,浙江大学计算机学院 杭州 310027
基金项目:国家“九七三”重点基础研究发展计划资助(2015CB352400,2015CB352402);国家自然科学基金(61661146001,61472348,61672455)
摘    要:数据库负载管理、性能调优中,开销预测模型是提高其效率的关键技术。首先,由于数据库系统的复杂性和计算机资源的竞争,很难精确地估计不同操作的开销。其次,由于查询计划结构的复杂性,现有研究更多使用笼统的查询信息,而很少利用查询计划中操作层面的信息,并依据这些信息来获得开销模型。另外,现有的研究大多没有真正预测查询的执行时间,而是预测了类似查询优化器中开销模型生成的开销。为了减少负载管理的复杂性,本文提出了基于循环神经网络的精细模型来预测查询开销,以查询计划中的操作行为和其实际运行时间作为特征提取的来源。特别地,考虑到查询计划结构的复杂性,本文采用一种特殊的循环神经网络,长短期记忆(Long-Short Term Memory,LSTM)。给一个特定的查询计划,在该计划实际执行之前,模型就能产生其预测的执行时间。这会比现有数据库的查询优化器产生的开销预估结果(任意单位)更具有参考性;也优于需要在执行开始之后才能预测的查询进度指示器。本文提出的这种创新方法来预测查询执行时间,可以用于解决数据库负载管理中的关键问题。通过实验验证,模型的正确率高于71%,一定程度上证明了方法的可行性。

关 键 词:数据库负载管理  查询开销预测  查询计划  循环神经网络  长短期记忆
收稿时间:2017/7/31 0:00:00
修稿时间:2017/9/5 0:00:00

Database Query Cost Prediction Using Recurrent Neural Network
BI Li-Yuan,WU Sai,CHEN Gang,SHOU Li-Dan,CHEN Ke and HU Tian-Lei.Database Query Cost Prediction Using Recurrent Neural Network[J].Journal of Software,2018,29(3):799-810.
Authors:BI Li-Yuan  WU Sai  CHEN Gang  SHOU Li-Dan  CHEN Ke and HU Tian-Lei
Affiliation:College of Computer Science, Zhejiang University, Hangzhou 310027,College of Computer Science, Zhejiang University, Hangzhou 310027,College of Computer Science, Zhejiang University, Hangzhou 310027,College of Computer Science, Zhejiang University, Hangzhou 310027,College of Computer Science, Zhejiang University, Hangzhou 310027 and College of Computer Science, Zhejiang University, Hangzhou 310027
Abstract:Query cost models are the key parts of database workload management and performance tuning. Firstly, it is difficult, even impossible, to precisely estimate the costs of different relational operators, due to the complexity of database systems and competition of computer resources. Secondly, most existing research work uses general query information, while it does not take advantage of actual operatorsbecause of the complexity of query plans. Thirdly, most previous research work does not address the problem of predicting actual execution time of a query and predicts the query performance by the cost like query optimizers generate.To reduce the complexity of workload management, in this paper, we propose an elaborate cost prediction model based on recurrent neural network, which learns from operator behavior and detailed runtime information. In particular, the model uses a special kind of recurrent neural network, called Long-Short Term Memory (LSTM). Given an ad-hoc query, the model is able to predict its running time before it starts to run. It is more meaningful than state-of-the-art query optimizers of existing database systems which only estimate costs in arbitrary units. It is also better than query progress indicators which cannot predict cost before the query runs. Our research proposes a novel approach to solve the key problem in database workload management. Verified by the experiments, the accuracy of the model is over 71% which shows the method is feasible to some degree.
Keywords:database workload management  query cost prediction  query plan  Recurrent Neural Network  Long-Short Term Memory
点击此处可从《软件学报》浏览原始摘要信息
点击此处可从《软件学报》下载全文
设为首页 | 免责声明 | 关于勤云 | 加入收藏

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