首页> 外文会议>International conference on very large data bases >QUEST: An Exploratory Approach to Robust Query Processing
【24h】

QUEST: An Exploratory Approach to Robust Query Processing

机译:QUEST:可靠查询处理的探索性方法

获取原文

摘要

In modern database systems, accurate estimations of predicate selectivities are a basic requirement for the effective optimization of declarative SQL queries. For example, consider EQ, the simple SPJ query shown in Figure 1 - here, the optimizer needs to estimate the selectivities of a selection predicate (p_retailprice < 1000) and two join predicates (part (Δ) lineitem, lineitem (Δ) orders). select ~* from lineitem, orders, part where p_partkey = l_partkey and Lorderkey = o_orderkey and p_retailprice < 1000 Figure 1: Example Query (EQ) In practice, however, compile-time selectivity estimates are often significantly in error with respect to the actual values subsequently encountered during query execution. These errors mislead the optimizer into making poor execution plan choices, resulting in substantially inflated query response times. Over the past few decades, the database research community has spent considerable efforts to address the above problem, which is of immediate relevance to currently operational systems. The proposed techniques (see for a comprehensive survey) include sophisticated meta-data structures, feedback-based statistical adjustments, and on-the-fly re-optimization strategies. While this rich body of literature features several innovative formulations, a common limitation is their inability to provide robust query processing, as per the following definition.
机译:在现代数据库系统中,对谓词选择性的准确估计是有效优化声明性SQL查询的基本要求。例如,考虑EQ,如图1所示的简单SPJ查询-在此,优化器需要估计选择谓词(p_retailprice <1000)和两个联接谓词(部分(Δ)线性项,线性项(Δ)阶)的选择性。 。从行项,订单,零件中选择〜*,其中p_partkey = l_partkey和Lorderkey = o_orderkey且p_retailprice <1000图1:示例查询(EQ)但是,实际上,编译时选择性估计相对于实际值常常有很大的误差随后在查询执行过程中遇到。这些错误会误导优化器选择较差的执行计划,从而导致查询响应时间大大增加。在过去的几十年中,数据库研究界已花费大量的精力来解决上述问题,该问题与当前的操作系统直接相关。拟议的技术(请参阅进行全面调查)包括复杂的元数据结构,基于反馈的统计调整以及即时重新优化策略。尽管这些丰富的文献中有几种创新的表述形式,但根据以下定义,它们的共同局限性是它们无法提供强大的查询处理能力。

著录项

相似文献

  • 外文文献
  • 中文文献
  • 专利
获取原文

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号