单词 | access path |
释义 | 例句释义: 连接路径,存取路径,存取通路,访问路径,接达路径,明天看访问路径吧 1. The SQL compiler uses them to transform a statement into a more optimized form, thus improving the access path to the required data. SQL编译器使用信息约束将语句转化成更优的形式,从而改善对所需数据的访问路径。 www.ibm.com 2. Data flows from the bottom up (as displayed in the graph) and is processed by operation nodes in the access path graph. 数据从下往上流动(如访问路径图所示)并通过访问路径图上的操作节点处理。 www.ibm.com 3. As you'll see shortly, DB2 can use both of these indexes to generate an efficient access path for our query. 正如您马上就会看到的,DB2可以使用这两个索引来为我们的查询产生一个高效的访问路径。 www.ibm.com 4. 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. 从性能的角度来看,一个良好表现的访问路径相对于最终的结果集应该触及最少的数据量。 www.ibm.com 5. So, any interruption to one of the access path does not affect storage access from the host. 因此,其中一条访问路径的中断不会影响从主机发起的存储访问。 www.ibm.com 6. This type of access path is referred to as a nested loop join (NLJOIN) with sort composite. 这种类型的访问路径被称为使用复合排序的嵌套循环联接(NLJOIN)。 www.ibm.com 7. Keep in mind that this catalog data is what the optimizer uses to make access path decisions. 请记住,优化器使用编目数据决定访问路径。 www.ibm.com 8. Having the DBMS determine the optimal access path to the data lifts a heavy burden off the programmer's shoulders. 让DBMS确定到数据的最优存取路径解除了程序员肩上沉重的负担。 www.ibm.com 9. An index scan is typically shown in Query Tuner as a group of four nodes in the access path graph. 在访问路径图中,一个索引扫描通常作为一组四个节点显示在QueryTuner上。 www.ibm.com 10. For simplicity, this article refers to a particular way of satisfying an SQL statement as the access path. 为简单起见,本文引用了一种满足SQL语句的流行方法作为访问路径。 www.ibm.com 1. This means the optimizer will always attempt to formulate an access path for each query that reduces overall cost . 这意味着优化器将始终尝试为每个查询制定减少总体成本的存取路径。 www.bing.com 2. Therefore, if the optimizer's estimate is accurate, this access path should be a very efficient access path. 因此,如果优化器的估计是准确的,则此访问路径应该是一个非常有效的访问路径。 www.ibm.com 3. By right clicking on the SQL from the pureQuery outline, you can run Visual Explain to see the access path of the SQL (Figure 13). 从pureQuery大纲视图中右键单击SQL,可以运行VisualExplain来查看SQL的访问路径(参见图13)。 www.ibm.com 4. This section illustrates how the Query Tuner query annotation and access path graph can help you analyze access paths and SQL performance. 本部分说明QueryTuner查询注释和访问路径图如何帮助您分析访问路径和SQL性能。 www.ibm.com 5. For SQL statements with variables, the optimizer uses a default filter factor to determine the best access path at bind time. 对于带变量的SQL语句,优化器会使用一个默认过滤因子在绑定时确定最佳访问路径。 www.ibm.com 6. Assuming this to be the case, the underlying access path is considered optimal with high confidence. 假设这是事实,基础访问路径会被认为具有最佳的高可信度。 www.ibm.com 7. The description of each operation includes a Query Tuner access path graph that explains its operational semantics. 每一个操作的描述都包括一个解释其操作语义的QueryTuner访问路径图。 www.ibm.com 8. In that case, reorganizing the index might lead to its selection as part of a better-performing query access path. 在这种情况下,重新组织索引可能会影响DB2的选择,可能产生性能更好的查询访问路径。 www.ibm.com 9. The developer can now improve the SQL (or work with the DBA to do so) and repeat the cycle until the SQL uses a desired access path. 现在,开发人员能够改进SQL(或与DBA合作完成)并重复此周期,直到SQL使用了期望的访问路径。 www.ibm.com 10. Statistics advisor: recommendations for collecting the required statistics to facilitate access path selection. 统计数据advisor工具:收集所需统计数据以完成访问路径的建议。 www.ibm.com 1. Next, the Publishing Wizard prompts you for an alternative access path. 发布向导将接着,对于一个备用访问路径提示您。 support.microsoft.com 2. This tells me that I may have an inefficient access path, where DB2 reads more data than it should. 这就说明我可能有一个低效的访问路径,DB2读取的数据比应该读取的数据更多。 www.ibm.com 3. API cursor query contains an indexed view with a unique access path, but not at the base-table level. API游标查询包含具有唯一访问路径但不处于基表级别的索引视图。 msdn2.microsoft.com 4. This implementation style is useful to remove duplicates and provide (in many cases federated) a consistent access path to master data. 这种实现风格有助于消除重复的数据并(在许多情况下通过联合)提供一致的主数据访问路径。 www.ibm.com 5. The statistics in the DB2 catalog tables are used to estimate the cost of the access path. 用DB2中的目录表来评估访问路径的成本。 www.ibm.com 6. Similarly, the last leg in the access path graph is evaluated eight times, once for each record produced by the first NLJOIN node. 同样,访问路径图的最后一步要评估8次,通过第一个NLJOIN节点产生的每条记录都要评估一次。 www.ibm.com 7. With the appropriate access path, the ORDER BY or GROUP BY requirement can be met without sorting. 使用恰当的访问路径,无需排序即可满足ORDERBY或GROUPBY需求。 www.ibm.com 8. The inconsistent statistics may also mislead the optimizer into choosing a bad access path. 不一致的统计数据还会误导优化器选择糟糕的访问路径。 www.ibm.com 9. By default, this alternative access path is set to the same location that you just specified. 此备用访问路径,默认被设置为同一位置,您只指定。 support.microsoft.com 10. Access plan describes the access path that the DB2 optimizer has chosen for accessing data for an SQL statement. 访问计划描述访问路径,这些路径是DB2优化器为SQL语句访问数据而选择的。 www.ibm.com 1. An access path graph not only describes the "operational details" of query execution, it also describes how the data flows. 访问路径图不但描述“操作细节”,而且描述数据如何流动。 www.ibm.com 2. To see the table descriptor, right-click the table node in the access path graph. 为了查看表描述符,请右键单击访问路径图上的表节点。 www.ibm.com 3. There is no FETCH or table node shown in the access path graph because it is an index-only scan. 因为其是一个唯一索引扫描,所以在访问路径图中不显示FETCH或表节点。 www.ibm.com 4. However, for this example a different access path is selected, which is shown in Figure 7. 然而,对于此示例则选择了一个不同的访问路径,如图7所示。 www.ibm.com 5. That simple step could lead to a new access path that might dramatically improve query performance. 这个简单的步骤可能产生新的访问路径,可能显著改进查询性能。 www.ibm.com 6. As shown in Figure 1, the DB2 optimizer chooses the best access path. 如图1所示,DB2优化器选择最佳访问路径。 www.ibm.com 7. Class with the specified permission access and permission access path. 用指定的权限访问和权限访问路径初始化。 msdn2.microsoft.com 8. It analyzes SQL statements and determines the most efficient access path available for satisfying each statement (see Figure 1). 它分析SQL语句并确定可以满足每条语句的最有效的存取路径(请参阅图1)。 www.ibm.com 9. WebSphere Federation Server uses its cost based optimizer in order to determine the optimal access path to retrieve and process the data. WebSphereFederationServer使用它的基于成本的优化器,确定检索和处理数据的最佳路径。 www.ibm.com 10. Figure 1 is the access path graph generated by Optim Query Tuner for the query shown in Listing 1. 图1是通过清单1所示的适用于查询的OptimQueryTuner生成的访问路径图。 www.ibm.com 1. The SQL statement in Listing 3 creates the access path graph shown in Figure 3. 清单3中的SQL语句创建如图3所示的访问路径图 www.ibm.com 2. You can obtain the statistics from the table descriptor of the table node in the underlying access path graph. 您可以从基础访问路径图中的表节点的表描述符处获得该统计信息。 www.ibm.com 3. An appropriate access path means that an index is available and used so that the index drives the access to the data. 恰当的访问路径意味着一个索引可用并且已使用,所以该索引能够方便地对该数据进行访问。 www.ibm.com 4. Once you have the EXPLAIN output, look at how the query's result set is generated, and then consider alternative access path possibilities. 得到EXPLAIN输出之后,查看查询的结果集是如何生成的,然后考虑是否可以采用其他访问路径。 www.ibm.com 5. Figure 6 is the access path graph generated by Query Tuner for the sample query in this article. 图6是QueryTuner为本文中大的查询样例生成的访问路径图。 www.ibm.com 6. This article described the basic concepts of access paths and how to read an access path graph. 本文描述了访问路径的基本概念以及如何解读访问路径图。 www.ibm.com 7. Using an index hint, force the optimizer to use a different access path on the table in question. 使用索引提示,强制优化器对相关表使用其他访问路径。 msdn2.microsoft.com 8. Index design has a critical impact on access path selection. 索引设计对访问路径选择至关重要。 www.ibm.com 9. In Figure 2, the descriptor for the table node and the descriptor for the TBSCAN node are shown to the left of the access path graph. 在图2中,表节点的描述符和TBSCAN节点的描述符显示在访问路径图的左侧。 www.ibm.com 10. The SQL statement in Listing 2 creates the access path graph shown on the right side of the Optim Query Tuner screenshot in Figure 2. 清单2中的SQL语句创建如图2上的OptimQueryTuner截图右侧所示的访问路径图。 www.ibm.com 1. Then it will either pick the cheapest access path or (as of DB2 10) a slightly more costly but less risky path. 然后它会选取代价最小(对DB210而言)或是代价稍大但风险较小的路径。 www.ibm.com 2. Access path selection: What did DB2 decide, and why? 选择访问路径:DB2做出什么决策?为什么? www.ibm.com 3. It does this by performing some work ahead of time, such as determining the database access path. 具体表现就是提前执行一些工作,比如确定数据库访问路径。 www.ibm.com 4. You can use the REOPT bind options to reoptimize the access path either at bind time or at run time. 您可以使用REOPT绑定选项在绑定时或运行时重新优化访问路径。 www.ibm.com 5. The access path shows that a TBSCAN operation is performed over the table CUST_ORDER_HEADER. 访问路径显示在表CUST_ORDER_HEADER上执行一个TBSCAN操作。 www.ibm.com 6. IBM does not publish the actual, in-depth details of how the optimizer determines the best access path, but the optimizer is a IBM并没有发布优化器如何确定最佳存取路径的真正和深入的详细信息,但优化器是一个 www-128.ibm.com 7. the second memory controller is used for accessing and operating the second memory module through a second memory access path; 第二内存控制器,用于通过第二内存访问通道对第二内存模块进行访问操作; ip.com 8. Intuitively, an access path is a procedural description of query execution that consists of three components 直观地说,访问路径是查询执行的程序说明,其包括三个组件 www.ibm.com 9. Association rule-based similarity analysis for web access path 基于关联规则的web浏览路径相似程度计算 www.ilib.cn 10. Other considerations for access path selection 选择访问路径的其他影响因素 www.ibm.com 1. Create a temporary keyed access path during execution 在执行过程中创建临时的关键访问路径。 www.ibm.com 2. Research on Web User Access Path's Difference Measurement Web用户访问路径的差异性度量方法研究 www.ilib.cn 3. A Cost Model for Data Placement and Access Path Selection Problem in FC-SAN FC-SAN中的数据放置和访问路径选择的代价模型 ilib.cn 4. Research on Algorithm of Frequent Web Access Path Mining Based on Access Path Tree 基于访问路径树的Web频繁访问路径挖掘算法研究 www.ilib.com.cn 5. Web access path analysis based on fuzzy clustering 基于模糊聚类的Web浏览路径分析方法 www.ilib.cn 6. The optimizer compares the cost of each candidate access path based on the information from multiple inputs, for example, see the following 优化器根据多个输入的信息来对比候选访问路径的成本,如下例所示 www.ibm.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。