• SQE is the strategic query engine on DB2 for I, with better performance, scaling and tooling such as the SQL Plan Cache.

    SQEDB 2fori战略性查询引擎具有更好性能可伸缩性工具例如SQL PlanCache

    youdao

  • The true solution to this problem is to improve the access plan for problematic SQL statements by adding the correct indexes.

    这个问题正确解决方案通过添加正确的索引改进问题的sql语句存取方案

    youdao

  • If there are no growing cost SQL queries in the snapshot, analyze the access plan to see which can be amended based on the accumulated data.

    如果快照没有成本增加SQL查询,可以分析访问计划查看可以根据累积数据进行哪些修改

    youdao

  • The identified problematic SQL statements should be explained to show the access plan for any needed, specific tuning.

    应当解释已发现有问题sql语句,以便特定的调优需求显示访问计划

    youdao

  • Important: it is important that, for performance and stability reasons, your SQL server has a Database Maintenance plan configured.

    重点由于性能稳定性原因重要SQL服务器配置一个数据库维护计划

    youdao

  • As we've discussed in this article, the DB2 optimizer may choose a sub-optimal access plan when there are host variables or parameter markers in the SQL statement.

    正如我们本文讨论的,如果sql语句中存在主机变量参数标记,那么DB 2优化可能会选择一个次优化的存取计划

    youdao

  • Access plan describes the access path that the DB2 optimizer has chosen for accessing data for an SQL statement.

    访问计划描述访问路径这些路径是DB 2优化sql语句访问数据而选择

    youdao

  • The example below introduces the access plan basics by analyzing the bad SQL statement we captured in the previous section.

    下面示例通过分析我们前面小节中所捕获糟糕查询介绍访问计划基础知识

    youdao

  • As the previous section described, parameter marker usage in SQL statements fosters access plan reuse.

    如上所述sql语句中的参数标记使用可促进访问计划重用

    youdao

  • For further flexibility, dynamic SQL allows for changing this option within a plan or package by the SET CURRENT DEGREE statement, which controls the value in a special register.

    获得更大的灵活性动态SQL允许通过SETCURRENTdegree语句一个计划更改这个选项语句可以控制专用寄存器中的

    youdao

  • The reason for using binding parameters is to ask the database to parse your SQL once and reuse the generated execution plan for subsequent repeat requests, which saves both CPU time and memory.

    使用绑定参数原因数据库一次解析sql,对后续重复请求复用生成好的执行计划这样做节省了CPU时间内存

    youdao

  • Remember that DB2 can only reuse an access plan if SQL statement texts completely match.

    还记得吗DB2SQL语句文本完全匹配时才能重用访问计划

    youdao

  • The access plan for a given SQL statement is generated at bind time.

    一个特定sql语句存取计划绑定生成的。

    youdao

  • If you plan to create the solution on your system it would be helpful to have a basic knowledge of database systems, DB2, and SQL statements.

    如果计划自己系统创建解决方案那么最好了解数据库系统DB2sql语句的基本知识

    youdao

  • So if an access plan is reused, a database server requires less CPU resources to execute the corresponding SQL statement repeatedly.

    因此如果一个访问计划重用,则数据库服务器重复执行相应sql语句所需CPU资源减少

    youdao

  • If the cost estimatd does not correctly describe the real cost during SQL execution, the access plan picked by the optimizer may not be optimal.

    如果评估得到的开销能够正确反映SQL执行中的实际开销,那么优化器选择存取计划可能不是最优的。

    youdao

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

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

    youdao

  • If some of the top SQL statements are considered unexpectedly expensive, further action is required to analyze the SQL access plan to see if anything can be improved.

    如果其中一些sql语句认为是异常昂贵的,下一步需要分析SQL访问计划看看是否还可以改进。

    youdao

  • This file is cumulative, in other words, if you have multiple SQL queries after SET EXPLAIN on statement, each query execution plan and its costs would be appended to this file until it is removed.

    文件累积的,换言之如果SETEXPLAINON语句之后多个SQL查询每个查询执行计划及其成本都会追加到文件中,直到将之删除。

    youdao

  • Always use literals if the optimal access plan for the SQL statement varies according to the literals in the filter conditions.

    如果sql语句访问计划根据过滤条件中的文本变化,则应总是使用文本。

    youdao

  • Before beginning this tutorial, you should be familiar with the concept of an SQL access plan.

    开始教程之前应该熟悉SQL访问计划概念

    youdao

  • Bind is the process that saves the access plan associated with a SQL statement into a DB2 SQL package.

    绑定过程sql语句相关联访问计划保存一个DB 2 sql包中。

    youdao

  • From the performance perspective, dynamic SQL statement can be prepared once and executed multiple times, reusing the same database access plan.

    性能角度来看动态sql语句需要准备一次可以执行多次可以重用相同数据库访问计划。

    youdao

  • To enable access plan reuse, rewrite the SQL statement using a parameter marker, as shown in Listing 3.

    实现访问计划重用使用一个参数标记重写SQL语句如 清单3

    youdao

  • Rebind applications that use static SQL after using RUNSTATS so that the query optimizer can choose the best access plan given the new statistics.

    使用RUNSTATS之后需要重新绑定使用静态SQL应用程序,这样查询优化器就可以选择统计信息所给出最佳存取方案

    youdao

  • It can also capture queries from SQL cache and produce the explain plan.

    可以SQL缓存捕获查询生成解释计划

    youdao

  • For SELECT queries, the text of the remote SQL statement can be found in the details associated with the SHIP operator in the query execution plan.

    对于SELECT查询远程sql语句中的文本可以查询执行计划SHIP操作符相关细节找到

    youdao

  • A good access plan is key for the fast execution of an SQL statement.

    好的访问计划对于sql语句快速执行至关重要。

    youdao

  • Briefly, an access plan is the set of steps that DB2 USES to execute a SQL statement and access data.

    简单地说访问计划DB2用来执行sql语句访问数据的一步骤

    youdao

  • Use SQL directives to effect the query plan.

    使用SQL指令实现查询计划。

    youdao

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

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

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