引用本文:毕里缘,伍赛,陈刚,寿黎但,陈珂,胡天磊.基于循环神经网络的数据库查询开销预测.软件学报,2018,29(3):799-810
【打印本页】   【下载PDF全文】   查看/发表评论  【EndNote】   【RefMan】   【BibTex】
←前一篇|后一篇→ 过刊浏览    高级检索
本文已被:浏览 5403次   下载 10531 本文二维码信息
码上扫一扫!
分享到: 微信 更多
基于循环神经网络的数据库查询开销预测
毕里缘1, 伍赛1,2, 陈刚1,2, 寿黎但1,3, 陈珂1,2, 胡天磊1,2
1.浙江大学 计算机科学与技术学院, 浙江 杭州 310027;2.浙江省大数据智能计算重点实验室(浙江大学), 浙江 杭州 310027;3.浙江大学 计算机辅助设计与图形学国家重点实验室, 浙江 杭州 310027
摘要:
在数据库负载管理、性能调优过程中,开销预测模型是提高其效率的关键技术.首先,由于数据库系统的复杂性和计算机资源的竞争,很难精确地估计不同操作的开销;其次,现有的研究大多没有真正预测查询的执行时间,而是预测了类似查询优化器中开销模型生成的开销;由于查询计划结构的复杂性,现有研究更多地使用了笼统的查询信息,而很少利用查询计划中操作层面的信息,并依据这些信息来获得开销模型.为了减少负载管理的复杂性,提出了基于循环神经网络的精细模型来预测查询开销,以查询计划中的操作行为及其实际运行时间作为特征提取的来源.特别地,考虑到查询计划结构的复杂性,采用一种特殊的循环神经网络——长短期记忆(long-short term memory,简称LSTM).给一个特定的查询计划,在该计划实际执行之前,模型就能产生其预测的执行时间区间.这会比现有数据库的查询优化器产生的开销预估结果(任意单位)更具有参考性,也优于需要在执行开始之后才能预测的查询进度指示器.所提方法预测查询执行时间,可以解决数据库负载管理中的关键问题.通过实验验证,模型的正确率高于71%,在一定程度上证明了方法的可行性.
关键词:  数据库负载管理  查询开销预测  查询计划  循环神经网络  长短期记忆
DOI:10.13328/j.cnki.jos.005439
分类号:TP311
基金项目:国家重点基础研究发展计划(973)(2015CB352400);国家自然科学基金(61661146001,61472348,61672455);浙江省自然科学基金(LY18F020005)
Database Query Cost Prediction Using Recurrent Neural Network
BI Li-Yuan1, WU Sai1,2, CHEN Gang1,2, SHOU Li-Dan1,3, CHEN Ke1,2, HU Tian-Lei1,2
1.College of Computer Science and Technology, Zhejiang University, Hangzhou 310027, China;2.Key Laboratory of Big Data Intelligent Computing of Zhejiang Province(Zhejiang University), Hangzhou 310027, China;3.State Key Laboratory of CAD & CG, Zhejiang University, Hangzhou 310027, China
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 without taking advantage of actual operators because of the complexity of query plans. Thirdly, most previous research work does not address the problem of predicting actual execution time of a query but rather predicts the query performance by the cost the like query optimizers generate. To reduce the complexity of workload management, his paper proposes an elaborate cost prediction model based on recurrent neural network through learning 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 the 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. This research provides 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.
Key words:  database workload management  query cost prediction  query plan  recurrent neural network  long-short term memory

引用本文:
【打印本页】   【下载PDF全文】   查看/发表评论  【EndNote】   【RefMan】   【BibTex】
←前一篇|后一篇→ 过刊浏览    高级检索
本文已被:浏览次   下载  
分享到: 微信 更多
摘要:
关键词:  
DOI:
分类号:
基金项目:
Abstract:
Key words: