• This paper will optimize the processing of join query based on join index.

    文中提出了一基于数据仓库和位图连接索引查询方法。

    youdao

  • Building bitmap join indexes of dimension tables and fact tables directly may bring a large number of useless index items that affect query efficiency.

    直接建立维度事实位图连接索引产生大量无用索引影响查询效率

    youdao

  • For the reason of the no order of space data, the algorithm based on join index have to improve for it. The key problem of optimal page-access sequence with a fixed Buffer has been analyzed.

    空间数据无序性,使得应用利用连接索引算法需要进一步的改进,为此分析了其中关键的最佳页访问次序问题

    youdao

  • You have a join logical file, but only want the index for the key on SSD, not the secondary indexes.

    一个连接逻辑文件但是希望SSD中保存索引而不是二级索引

    youdao

  • If there is an index on the join column, the costs will be significantly less; otherwise the database server must perform table scans for all tables, both outer and inner tables.

    如果连接一个索引那么其成本会相当否则数据库服务器就必须所有(外部内部表)执行扫描

    youdao

  • Also, DB2 cannot use random order index columns as part of a sort merge join.

    另外DB 2无法排序合并合并连接使用随机顺序索引

    youdao

  • The optimizer will choose dynamic hash join if none of the joined columns has index.

    如果连接上不存在索引,那么优化器选择动态哈希连接

    youdao

  • You can define guidelines that influence only a few attributes of an execution plan, such as index specification for a certain table in the query or join order for a pair of tables.

    可以定义那些影响执行计划某些属性准则比如查询中的某个索引说明或者一对连接顺序

    youdao

  • This is a lot faster than a nested loop join of two table scans without any index usage.

    使用任何索引两个扫描嵌套循环连接要快得

    youdao

  • The number of rows retrieved from the outer table after the database server applies any table filters is small, and the inner table has an index that can be used to perform the join.

    数据库服务器使用所有筛选器之后外部检索出的很少内部具有一个用于执行连接索引

    youdao

  • From the performance perspective, this is considered a very efficient join operation, because the cost for scanning the inner table is optimal via unique access through a unique index.

    性能角度来看认为是一个非常有效联接操作因为通过贯穿唯一索引的唯一访问扫描内部成本最优的。

    youdao

  • In this case, the first column of any index, simple or compound, is a candidate to satisfy the star join.

    这种情况下任何索引第一,不管简单复杂都是满足星型联接一个候选者

    youdao

  • Therefore, DB2 can use a DOUBLE index for faster join processing.

    因此DB 2可以使用DOUBLE索引用于快速连接处理

    youdao

  • This join method is usually used when no index is available on the join columns for the joining tables.

    连接连接没有可用索引时,通常使用连接方法

    youdao

  • The optimizer will then join that temp table to the fact table using the compound index to quickly locate the rows that satisfy the criteria on the dimension tables.

    优化然后使用复合索引临时连接事实表,快速定位维度表中满足条件

    youdao

  • To summarize the advice for XML join queries, always cast join predicates to the type of the XML index that should be used.

    总结一下关于XML连接查询建议通常将连接谓词转换使用的xml索引类型

    youdao

  • In addition, DB2 can leverage new query and join operators, as well as new index processing techniques, to provide strong runtime performance for queries involving XML documents.

    另外DB 2可以利用新的查询联结操作符以及新的索引处理技术涉及XML文档查询提供更好的运行时性能

    youdao

  • The result set from FETCH (3) is ordered by the ID column and joined using a merge join with index I1 for T1 to get final result set.

    FETCH(3)的结果根据ID字段排序的,并且使用T1索引I1合并联接得到最终的结果集。

    youdao

  • As shown in the IXSCAN descriptor in Figure 8, the leading column of the index exploited by optimizer is PRODUCT_NUMBER, which does not provide the order required for merge scan join.

    如图8IXSCAN描述符通过优化器利用索引领先PRODUCT _ NUMBER,合并扫描联接提供所需顺序

    youdao

  • He hopes other videographers will join his nonprofit "Bicycle Test" project and create a worldwide insecurity index.

    希望其他录像制作人加入这个非营利性的“自行车测试计划,然后得出一个世界范围内不安全指数。

    youdao

  • The guideline specifies that table SECURITY should be the outer table in the join and the XML index SEC_INDUSTRY should be used to access the SECURITY table.

    准则指定应当SECURITY 作为连接中的外表,而XML索引 SEC_INDUSTRY 应当用于访问 SECURITY 表。

    youdao

  • If the XML index is defined as double, you cast the join predicate with xs: double.

    如果xml索引定义doublexs: double转换连接谓词

    youdao

  • The location_id join keys that meet the filter requirements on the Location dimension table are pushed down to the index on the Orders table.

    Location维度满足过滤条件 location_id连接下推至Orders 表的索引

    youdao

  • If the XML index is defined as VARCHAR, you cast the join predicate with fn: string, and so forth as you see in Table 6.

    如果xml索引定义VARCHARfnstring转换连接谓词6所示。

    youdao

  • The guideline also specifies that the table CUSTACC should be the inner table of the join and the XML index ACC_CURRENCY should be used to access the CUSTACC table.

    准则指定应当CUSTACC作为连接表,而xml索引acc_currency应当用于访问custacc表。

    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

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

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

    youdao

  • In general, a nested loop join with sort composite is favored by the optimizer if the inner index is well-clustered and the inner table is expected to be probed many times.

    一般来说,如果内部索引良好的集群且预测内部多次探测,则使用复合排序嵌套循环将受到优化器青睐

    youdao

  • The overall cost depends on whether there is an index on the join columns.

    成本取决于连接是否索引

    youdao

  • When a join is executed that incorporates an index that is selective, any column in the dimension table can be used.

    连接执行时合并选中的索引,此时维度中的任何使用

    youdao

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

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

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