• Index scan (IXSCAN) with matching predicates.

    使用匹配谓词索引扫描(IXSCAN)。

    youdao

  • This query plan shows an index scan using our functional index.

    查询计划显示索引扫描使用函数索引。

    youdao

  • When scanning an MDC table, block locking could be deferred for an index scan.

    扫描一个mdc时,对于索引扫描可以推迟

    youdao

  • This guideline specifies that a single XML index scan be used to access the given table.

    准则指定一个单一xml索引扫描用于访问给定

    youdao

  • The outer table can be accessed by an index scan or by a table scan, depending on the table.

    通过索引扫描还是扫描访问外部表则取决于该表。

    youdao

  • An index scan is typically shown in Query Tuner as a group of four nodes in the access path graph.

    访问路径图中索引扫描通常作为四个节点显示QueryTuner上

    youdao

  • A new feature of the query optimizer supports a new type of index scan, called an index self-join path.

    查询优化器特性支持新的索引扫描即索引自连接路径

    youdao

  • Thus, all indexed strings with the same hash code are returned from the index scan as possible candidates.

    因此索引扫描返回所有具有相同hash索引字符串作为可能的候选者。

    youdao

  • There is a nested loop join (NLJOIN, step 4) of the insert (step 5) to an index scan (IXSCAN, step 7).

    其中一个insert步骤5索引扫描(步骤7)之间嵌套循环连接NLJOIN,步骤4 )。

    youdao

  • Gather counts for base accesses (an index scan or a table scan of a table) that are not dependent on a join.

    收集依赖连接(JOIN)基本访问(索引扫描表扫描)的计数

    youdao

  • An index scan can be non-matching, which means that there are no restrictions in the scan of the underlying index.

    索引扫描可以是非匹配意味着基础索引的扫描上没有限制

    youdao

  • Without an index sarg, an index scan will use the index to access the data, but will return every key in the index.

    没有索引sarg时,索引扫描使用索引访问数据但是返回索引中的所有

    youdao

  • Here we are using the two indexes, and we have the same predicate, this time on the index scan numbered 3 in the plan.

    在这里我们使用两个索引并且同样谓词一次针对计划编号3索引扫描

    youdao

  • The optimizer normally chooses a table scan if no appropriate index has been created or if an index scan would be more costly.

    如果没有创建合适的索引或者如果索引扫描的成本更高一些,优化通常就选择扫描。

    youdao

  • For example, improperly coded predicates might prevent the optimizer from using an index scan even when the index is available.

    例如使用不正确谓词会妨碍优化使用索引扫描即使在索引可用的情况下。

    youdao

  • Access plan directives that force the optimizer to use the designated access method for data retrieval, either sequential scan or index scan.

    访问计划指示强制优化器使用指定的访问方法进行数据检索要么连续扫描,要么是索引扫描。

    youdao

  • This is a sargable predicate, but not an index-sargable predicate (that is, it cannot be applied as a start/stop key on the index scan).

    sargable谓词不是一个索引sargable 谓词(不能作为索引扫描开始/停止)。

    youdao

  • Like the existing relational index scan operator for relational indexes (IXSCAN), the XISCAN operator performs lookups or scans on XML indexes.

    类似现有的用于关系索引的关系索引扫描操作(IXSCAN),XISCAN操作符xml索引上执行查找扫描

    youdao

  • In the previous section you learned about one type of access method, index scan (IXSCAN), and one type of join method, nested loop join (NLJOIN).

    之前部分已经了解类型访问方法,即索引扫描(IXSCAN),一种类型的联接方法,即嵌套循环联接(NLJOIN)。

    youdao

  • For multiple index push-downs, multi-index scan is used to combine RIDs from different index scans, then skip-scan on the fact table is performed.

    对于索引下推,多索引扫描用于组合来自不同索引扫描RID然后就可以执行事实的跳跃式扫描了。

    youdao

  • An index scan might be more costly when the table is small and the index-clustering ratio is low, or the query requires most of the table rows.

    十分索引集群(index -clustering ratio)十分查询需要很多行时,索引扫描成本可能更高

    youdao

  • As was mentioned in the previous article, for single table access, there are two types of access methods: table space scan (TBSCAN) and index scan (IXSCAN).

    第1部分中提到过,两种类型访问方法空间扫描(TBSCAN)索引扫描(IXSCAN)。

    youdao

  • For instance, the purchaseOrders table is partitioned by po_date and has a local index on po_customer, the query below will need a sort after the index scan.

    例如,表purchaseorders通过po_date进行了分区具有本地索引po_customer,以下查询在完成索引扫描需要进行排序

    youdao

  • Sorting is required when no index satisfies the requested ordering of fetched rows, or the optimizer determines that a sort is less expensive than an index scan.

    如果没有索引满足所取行的要求顺序或者优化器断定排序代价低于索引扫描,那么需要进行排序

    youdao

  • To illustrate this, compare it to the predicate that is applied to the index scan numbered 5 in the plan, which is on the one and only column of the index on the child table.

    为了展示一点,将计划第5索引扫描上使用谓词比较针对表中惟一索引

    youdao

  • Typically, a non-matching index scan is chosen by the optimizer when the underlying index provides benefits such as index-only access, avoids sort, or some similar benefit.

    通常情况下,在基础索引提供好处(唯一索引访问避免排序一些类似的好处),可通过优化器选择匹配索引扫描

    youdao

  • Furthermore, deleted rows are skipped unconditionally on table scan access while deleted keys are not skipped for type-2 index scans unless the registry variable DB2_SKIPDELETED is also set.

    而且虽然在type - 2索引扫描中,删除不会跳过,但是除非同时设置注册表变量db2_skipdeleted,否则扫描访问中,被删除的行将被无条件跳过。

    youdao

  • An index only scan is an index access that is not followed by a table access because the index itself contains all the requested data.

    扫描索引包含访问的索引访问,因为索引本身包含了所有被请求数据

    youdao

  • If DB2 used a single index range scan from 20 to 30, it would miss this document and return an incomplete query result.

    如果DB 22030之间使用单个索引范围扫描错过文档返回完全的查询结果。

    youdao

  • During the foreign key enforcement, the server USES the sequential scan, instead of foreign key index.

    在外加强过程中,服务器使用顺序扫描而不是键索引。

    youdao

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

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

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