• 通过内部统计数据,的是系统目录中的统计数据,优化可以确定最低成本的查询执行计划

    By internal statistics, I mean the statistics in the system catalogs that the optimizer USES to determine the lowest-cost query execution plan.

    youdao

  • 优化凭借精确基数估计值准确计算出每一个待定查询访问计划成本

    The optimizer is dependent on accurate cardinality estimates to properly compute the cost of each query access plan considered.

    youdao

  • 优化凭借精确基数估计值准确计算出每一个待定查询访问计划成本

    The optimizer depends on accurate cardinality estimates to properly compute the cost of each query access plan considered.

    youdao

  • 对于优化不能选择最佳查询执行计划例外情况DB 2已经增加了诸如selectivity子句优化指南之类的特性

    For the exceptional situations where the optimizer cannot choose an optimal query execution plan, DB2 has added features such as the SELECTIVITY clause and optimization guidelines.

    youdao

  • 因此如果统计数据准确或者过期或者冲突优化查询计划步骤成本评估不准确,从而导致糟糕性能

    Consequently, if the statistics are inaccurate, outdated, or conflicting, the optimizer will create inaccurate estimates for the costs of the steps in a query plan, leading to poor performance.

    youdao

  • 生成访问计划查看优化查询返回基数()估计值

    Generate the access plan and see what the optimizer estimates the total cardinality (Number of rows) returned by the query will be.

    youdao

  • 可以利用DB2 9.5 中的多统计信息扩展用途优化提供更多信息从而使优化更好地估计基数选择最佳查询访问计划

    You can leverage the extended use of multi-column statistics in DB2 9.5 to provide the optimizer more information to better estimate the cardinality in order to choose an optimal query access plan.

    youdao

  • 优化依靠统计信息计算可选查询执行计划QEP)的开销,同时选择出计划

    The optimizer relies on statistics to properly cost alternative query execution plans (QEPs) and choose the most optimal plan.

    youdao

  • 优化创建查询计划时,将使用下列系统目录信息

    The optimizer USES the following system catalog information as it creates a query plan.

    youdao

  • 优化选择类似如下所示查询访问计划

    A query access plan similar to the following is chosen by the optimizer.

    youdao

  • 检查db 2 exfmtVisualExplain输出经过优化SQL因为关系数据源下推分析查询优化确定计划基础

    Inspect the optimized SQL in the db2exfmt or Visual Explain output, as this is the basis for the planning decision of the relational data source push-down analysis and the query optimizer.

    youdao

  • EXPLAIN工具可以用于查看优化选择查询访问计划,要使用该工具需要有explain

    The EXPLAIN tool, which requires the existence of the EXPLAIN tables, can be used to view the query access plan chosen by the optimizer. To create the EXPLAIN tables, execute.

    youdao

  • 有了这个特性查询优化可以决定访问计划立即考虑索引

    With this feature, the query optimizer can immediately consider the index when determining an access plan.

    youdao

  • 评估查询执行计划时,优化计算比较每种连接方法成本然后选择使用最佳方法。

    The optimizer calculates and compares the costs of each join method and selects the best one to use when evaluating query execution plans.

    youdao

  • 优化将选择查询计划因为执行估算成本所有被估中最低的。

    The optimizer chose this query plan because the estimated cost for its execution was the lowest among all the evaluated plans.

    youdao

  • 一旦理解自己选择可以通过调整OPTCOMPIND参数或者通过添加查询指示索引影响优化,从而选择最佳的查询执行计划

    Once you understand your options, you can influence the optimizer to select the best query execution plan, either by adjusting the OPTCOMPIND parameter or by adding query directives or indexes.

    youdao

  • 查询优化可能得出不同查询执行计划,这个计划可以专门最快地获取'N '行,不是所有结果提供良好性能

    The query optimizer might come up with a different query execution plan tailored to provide good performance for fast retrieval of first 'n' rows rather than all the result rows.

    youdao

  • select语句中使用视图可以限制连接顺序,同时也限制查询优化在考虑访问计划选择

    Using views in a SELECT statement can restrict the join order of the tables and limit the query optimizer's choices when considering access plans.

    youdao

  • 分析查询访问计划从而可以切实看到优化访问数据作出选择

    Analyze the query access plan to visualize the choices the optimizer makes in accessing the data.

    youdao

  • 为了实现星型连接查询最佳执行计划优化适当时候考虑星型连接优化根据成本因素来决定星型连接计划

    The optimizer considers star join optimization when appropriate and decides on star join plan based on cost considerations in order to come up with best execution plan for a star join query.

    youdao

  • DB 2优化一个查询形成查询访问计划时,工作划分多个数据库分区上,这些数据库分区是并行工作的。

    When the DB2 optimizer forms a query access plan for a query, it divides the work among the database partitions which work in parallel.

    youdao

  • 查询引用一个函数模板时,查询优化尝试生成一个灵活计划允许远程数据源计算这个函数引用

    When a query references a function template, the query optimizer tries to generate a feasible plan that allows this function reference to be evaluated on the remote data source.

    youdao

  • 统计视图REOPT使优化可以计算精确基数估计而后选择一个最佳查询执行计划

    Both statistical views and REOPT allow the optimizer to compute a more accurate cardinality estimate and consequently choose an optimal query execution plan.

    youdao

  • 查询生成计划的过程中,查询优化关系包装通信

    During plan generation for the query, the query optimizer communicates with the non-relational wrapper.

    youdao

  • 如果优化预知查询结果(部分查询结果),那么信息对于帮助确定精确访问计划非常有用

    If the optimizer can peek into the query result (or partial query results), and armed with that foresight, then the information can be extremely useful to help determine a more accurate access plan.

    youdao

  • SQL解释工具提供查询优化 SQL语句所选择访问计划有关详细信息

    The SQL explain facility provides detailed information about the access plan that the query optimizer chooses for an SQL statement.

    youdao

  • 更新统计数据重要管理任务之一,它确保优化选用最佳查询执行计划

    Updating statistics is one of the most important administrative tasks that ensure the optimizer picks optimum execution plans for your queries.

    youdao

  • 为了确保优化选择最佳查询计划使内部统计数据保持最新并且最准确十分重要。

    To ensure that the optimizer selects the best query plan, it is important to keep internal statistics current and accurate.

    youdao

  • 发出下面查询时,查询优化检测查询可以MQT回答,因而可能会选择访问该MQT的一个访问计划

    When the following query is issued, the query optimizer will detect that the query can be answered using an MQT, and may choose an access plan that accesses the MQT.

    youdao

  • 然而可能仍然希望优化基于用户传递查询查找最佳存取计划

    However, you would still like the optimizer to find the best access plan based on the values that users have passed into the query.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定