• 这种实现风格有助于消除重复数据(许多情况下通过联合)提供一致数据访问路径

    This implementation style is useful to remove duplicates and provide (in many cases federated) a consistent access path to master data.

    youdao

  • 不管哪种模式(3nfStar),Teradata查询优化器依赖统计信息帮助确定最佳数据访问路径

    Regardless of schema (3nf or Star), the Teradata query optimizer relies on statistics to help it determine the best way to access data.

    youdao

  • 如果应用程序中的所有数据访问路径执行,那么捕获信息将包含数据发出完整sql语句列表

    If all the data access paths in the application are executed, then the captured information contains the complete list of SQL statements that are issued to the database.

    youdao

  • 性能角度来看一个良好表现访问路径相对最终结果应该触及最少数据

    From a performance point of view, a good performing access path should touch the least amount of data with respect to the final result set.

    youdao

  • 其余部分数据观点向介绍访问路径以便可以查询执行性能方面获得充分理解

    The rest of this section takes you through the access path graph one more time from the data flow perspective so that you can gain a full understanding of the performance aspect of query execution.

    youdao

  • 即使行数保持一致使用RUNSTATS更新统计信息更改数据内容可以产生不同的、也许更好访问路径

    Even if the number of rows in a table remains consistent, changes in data contents can result in different, and hopefully better, access paths using statistics updated by RUNSTATS.

    youdao

  • SQL编译器使用信息约束语句转化形式从而改善所需数据访问路径

    The SQL compiler USES them to transform a statement into a more optimized form, thus improving the access path to the required data.

    youdao

  • 如果编目没有数据分布信息DB 2就会假设均匀分布可能导致优化选择最优的访问路径

    Without column data-value distribution information in the catalog, DB2 will assume an even distribution of values, which may lead the optimizer to a sub-optimal access path.

    youdao

  • 访问路径不但描述操作细节”,而且描述数据如何流动

    An access path graph not only describes the "operational details" of query execution, it also describes how the data flows.

    youdao

  • 记住优化器使用编目数据决定访问路径

    Keep in mind that this catalog data is what the optimizer USES to make access path decisions.

    youdao

  • Soft RI结合统计数据使得优化器能够生成有效访问路径

    Soft RI in conjunction with statistics may enable the optimizer to generate a more efficient access path.

    youdao

  • 说明可能一个低效访问路径DB 2读取数据应该读取的数据更多

    This tells me that I may have an inefficient access path, where DB2 reads more data than it should.

    youdao

  • 尽管DB 2优化选择最佳访问路径有所帮助,但结果还是依赖输入数据,优化器无法访问控制这些数据

    Although the DB2 optimizer is helpful for selecting the best access path, the result depends on the input data, which is often not accessed or controlled by the optimizer.

    youdao

  • 数据往上流动(访问路径)通过访问路径图上操作节点处理

    Data flows from the bottom up (as displayed in the graph) and is processed by operation nodes in the access path graph.

    youdao

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

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

    youdao

  • 选择数据访问路径如果没有正确分布统计数据DB 2可能没有足够信息做出最佳的选择尤其是如果数据出现严重误差。

    Without correct column distribution statistics, DB2 may not have enough information to make the best choice when choosing an access path to the data-especially if data is heavily skewed.

    youdao

  • 恰当的访问路径意味着一个索引可用并且已使用所以索引能够方便地对该数据进行访问

    An appropriate access path means that an index is available and used so that the index drives the access to the data.

    youdao

  • 具体表现就是提前执行一些工作比如确定数据访问路径

    It does this by performing some work ahead of time, such as determining the database access path.

    youdao

  • DB 2中的静态SQL一个强大的功能可以通过预先执行某些工作来简化运行数据访问例如确定数据访问路径

    Static SQL in DB2 is a powerful capability that can streamline data access at run time by doing some of the work ahead of time, such as determining the database access path.

    youdao

  • 不充分准确统计数据导致候选访问路径评估不准确,也是选择低效访问路径常见原因

    Insufficient or inaccurate statistics lead to inaccurate cost estimates for the candidate access paths and is the most common reason for the selection of inefficient access paths.

    youdao

  • 不一致统计数据会误导优化器选择糟糕访问路径

    The inconsistent statistics may also mislead the optimizer into choosing a bad access path.

    youdao

  • 集中工具终止安全数据中心特定主机管理访问路径随后将利用中介传递通过轻量级客户机(浏览器)进行的访问

    Central tools terminate that administrative access path onto specific hosts in a secured data center, which then mediate access through a lightweight client, such as a browser.

    youdao

  • 本文开头提到统计数据优化作出关于访问路径决策的基础。

    As was mentioned at the beginning of this article, database statistics are the facts on which the optimizer makes decisions about access plans.

    youdao

  • 如果统计数据更改段时间并且当前语句拥有理想的访问路径DB 2基于语句继续使用路径

    If statistics haven't changed in a while and you have a desirable access path with current stats, DB2 will continue to use that path based on the old stats.

    youdao

  • 丢失统计数据优化高估低估谓词选择性最终会选择低效访问路径

    Missing statistics can cause the optimizer to overestimate or to underestimate the selectivity of a predicate, and eventually to select an inefficient access path.

    youdao

  • 准确全面统计数据帮助生成良好访问路径建议当然索引advisor工具执行时要有准确的统计数据

    Accurate and complete statistics will help drive good access path advice, and of course the index advisor should not be executed without good statistics.

    youdao

  • 统计数据advisor工具收集所需统计数据完成访问路径建议

    Statistics advisor: recommendations for collecting the required statistics to facilitate access path selection.

    youdao

  • 为了建立高效地访问路径提出了XML数据结构索引介绍利用结构索引实现基本数据操作方法

    In order to establish efficient access path, the authors put forward a structure index for XML data, and introduce a method of implementing operations based on structure index.

    youdao

  • 为了建立高效地访问路径提出了XML数据结构索引介绍利用结构索引实现基本数据操作方法

    In order to establish efficient access path, the authors put forward a structure index for XML data, and introduce a method of implementing operations based on.

    youdao

  • 为了建立高效地访问路径提出了XML数据结构索引介绍利用结构索引实现基本数据操作方法

    In order to establish efficient access path, the authors put forward a structure index for XML data, and introduce a method of implementing operations based on.

    youdao

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

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

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