• Evaluate the query execution plan.

    评估查询执行计划

    youdao

  • Step 2.1: Examine the query execution plan.

    步骤2.1:检查查询执行计划

    youdao

  • The query execution plan can be viewed using the db2exfmt tool

    这个查询执行计划可以使用db2exfmt工具查看

    youdao

  • Illustrates how to interpret a federated query execution plan.

    阐释如何解释联邦查询执行计划

    youdao

  • You can use the output of Visual Explain or db2exfmt to obtain the query execution plan.

    可以使用VisualExplaindb 2 exfmt输出获得查询执行计划

    youdao

  • You can analyze the query execution plan output to decide whether or not this is necessary.

    可以分析查询执行计划输出确定是否是必需的

    youdao

  • According to the overall query execution plan, the sub operations are then applied at the sources.

    根据总体查询执行计划,将随后数据源执行各个操作

    youdao

  • The output of the query optimizer on a federated system is the Federated Query Execution Plan (FQEP).

    联邦系统查询优化器输出联邦查询执行计划FederatedQuery Execution PlanFQEP)。

    youdao

  • The main database configuration parameter settings that affect the query execution plan were set as follows

    影响查询执行计划主要数据库配置参数设置如下

    youdao

  • Section explains and section actuals are very powerful features to investigate problems with a query execution plan.

    研究查询执行计划问题时,片段解释片段实绩非常强大的特性

    youdao

  • Now take a look at the three new operators and how they work together with XML indexes in a query execution plan.

    现在一下三个操作符以及它们xml索引执行计划是如何工作的。

    youdao

  • At this step, you need to dig into the statistics you collected above and take a good look at the query execution plan.

    一步中需要挖掘上面收集统计数据仔细查看查询执行计划。

    youdao

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

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

    youdao

  • And when I check on the SQL query execution plan, it seems to be pretty inconsistent in how SQL tries to optimize this query.

    检查SQL查询执行计划似乎不一致方式试图优化这个查询的SQL。

    youdao

  • So we added indexes on those joining columns and from the following query execution plan, we can see the query cost is greatly reduced.

    因此我们这些连接添加了索引下列查询执行计划中我们可以看到,查询成本减少了很多。

    youdao

  • "Dynamic" means that the query is sent into the database engine as a string; it must be parsed and have a query execution plan generated.

    动态意味着查询作为字符串发送数据库引擎必须进行解析,生成查询执行计划。

    youdao

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

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

    youdao

  • From version 9.3 on, there is a nice enhancement of this utility; you can get the detailed query execution plan without ever executing the query.

    版本9.3开始,实用程序得到好的提高可以获取详细查询执行计划不必执行查询。

    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

  • The action begins when an application sends a query to the appliance host server, which compiles the query and creates an optimized query execution plan.

    应用程序设备主机服务器发送查询时,处理流程开始。 主机服务器将编译该查询创建一个优化的查询执行计划。

    youdao

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

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

    youdao

  • When this option is set, the query optimizer chooses the query execution plan that pushes the most work down to the data source as indicated by the PDA component.

    设置选项时,查询优化器选择按照PDA的指示大部分工作数据源查询执行计划

    youdao

  • The search space of parallel query execution plan is exponential complexity. How to prune the search space efficiently is the key problem of parallel query optimization.

    并行查询执行计划搜索空间里指数级增长,如何高效地裁剪搜索空间并行查询优化的关键所在

    youdao

  • 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.

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

    youdao

  • 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.

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

    youdao

  • Informix server will then generate a file named sqexplain.out in your user home directory which will record the detailed query execution plan and its costs as we talked about above.

    然后Informix服务器用户home目录中生成一个名为sqexplain . out文件正如上面谈到的,其中记录详细查询执行计划及其成本

    youdao

  • Like other relational database management systems such as Oracle and SQL Server, Informix has its internal optimizer, which is responsible for selecting the best query execution plan.

    OracleSQLServer其他关系数据库管理系统一样,Informix也有内部优化器负责选择最佳的查询执行计划

    youdao

  • When an application submits a query to the federated system, the federated server identifies the relevant data sources, and develops a query execution plan for obtaining the requested data.

    应用程序联邦系统提交查询时,联邦服务器识别相关数据源生成一个用于获得请求数据的查询执行计划

    youdao

  • When the asynchrony feature of WFS 9.1 is enabled by setting the appropriate configuration parameters, the query execution plan for the UNION ALL query illustrated above may look like this.

    通过设置适当配置参数启用WFS 9.1中的异步特性时,前面演示UNIONALL查询的查询执行计划如下。

    youdao

  • To check whether the query does indeed get routed to the MQT, you can get the query Execution plan chosen by the optimizer using the SQL Explain utility and look for MQT access in the plan.

    为了检查查询是否确实路由MQT可以使用SQLExplain实用程序获得优化器选择Query Execution Plan计划中查找MQT访问

    youdao

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

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

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