• Table 2 summarizes how the performance of this table scan query has benefited from two of our design decisions: atom site separation and compression.

    2总结了此次表扫描性能如何我们两个设计决策受益:原子站点分离压缩

    youdao

  • Deterministic function calls can be extracted from the WHERE clause to avoid unnecessary table scan.

    可以WHERE子句中提取确定性函数调用避免不必要的扫描。

    youdao

  • It looks like we are doing a sequential scan (of an entire table) to satisfy the SQL command, whatever it is.

    好像我们正在进行顺序扫描(整个)满足SQL命令的需求,不管是什么。

    youdao

  • When DB2 performs an index or table scan, DB2 will block on a row lock when it comes across an uncommitted row which another transaction has exclusively (X) locked.

    DB2在执行索引扫描如果遇到个被一个事务独占 (X) 锁定的未提交,那么 DB2阻塞在行上。

    youdao

  • Thus, DB2 cannot use those indexes and resorts to a table scan to ensure a correct query result.

    因此DB 2不能使用那些索引而是会采取扫描确保正确查询结果。

    youdao

  • Most often, you want only a small subset of the data in the table, so a full table scan wastes a lot of disk I/O and therefore time.

    通常来说,可能希望获得数据一个子集因此扫描浪费大量磁盘I/O因此也就会浪费大量时间。

    youdao

  • If the table in your query are pretty small (usually fewer than 1,000 rows) or clustered tables, and your query is not selective at all, it would be beneficial to use a table scan.

    如果查询中的极其(通常少于1,000)或者群集而且查询根本没有选择性的话那么使用表扫描更好一些。

    youdao

  • Since only one row is expected in the result set from this SELECT statement, the table scan here is considered an expensive operation.

    因为select语句结果集中期望,所以扫描在这里认为是代价较高操作。

    youdao

  • Therefore, when deciding which join method to choose, the optimizer balances the sort cost and the performance benefit for the inner table scan to drive the decision.

    因此决定选择哪种联接方法时,优化内部扫描平衡排序成本性能优势以便促进决策

    youdao

  • Basically, it's weighing the choice of using the index to walk through the selected rows or doing a table scan.

    基本上权衡使用索引选择或者进行扫描这两种方式。

    youdao

  • We found a bigger difference for queries that touch a large number of rows, such as a table scan over all 20,000 XML documents with string comparison on every document.

    我们发现涉及大量行的查询性能差异比较大比如所有20,000个XML文档进行扫描每个文档比较字符串

    youdao

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

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

    youdao

  • Then for each row from the fact table scan, the foreign key is also hashed and probed into the bit vector to determine whether the current fact table row is filtered out.

    然后针对事实扫描每一被散列探测到位向量中从而判断当前的事实表行是否被过滤掉了。

    youdao

  • The simplest way is to read the table's data sequentially, performing a table scan as we usually call it.

    简单的方法连续读取中的数据就是按照我们通常调用它的方法来执行扫描

    youdao

  • The optimizer, in the absence of current statistics, is choosing to do a table scan on both tables involved in the join.

    缺少当前统计情况下,优化器选择参与联接两个进行扫描

    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

  • If a table scan is used, the clustering would not really be beneficial because DB2 still has to read all rows and then the physical ordering is not very important.

    如果使用表扫描那么聚集就不会真正有益因为DB 2仍然必须读取所有那么物理排序重要了。

    youdao

  • Indexes improve query performance by avoiding a full table scan.

    索引能够避免扫描,从而能够提高查询性能

    youdao

  • However since it is a leading table and will be accessed by the table scan only once, it may cause some performance problems, but it should not be a disaster.

    尽管如此由于主表而且只用扫描访问一次因此引发一些性能问题不会严重

    youdao

  • What is wrong with the bills table that the optimizer thinks it should sequentially scan the entire table?

    账单出了什么问题使得优化程序认为需要顺序扫描整个表?

    youdao

  • XSCAN is not an "XML table scan" but it can appear in an execution plan after a table scan to process each of the documents.

    XSCAN不是XML扫描”,表扫描之后可以出现执行计划,用来处理每个文档

    youdao

  • This means that a sequential scan of the table will be faster than an indexed read, and we cannot play with the filter criteria.

    意味着顺序扫描索引读取更快我们无法遵循指示器标准。

    youdao

  • The number of rows selected from each dimension table is less than the number of rows selected from the fact table after all scan filters are applied.

    所有扫描过滤器应用每个维度选出少于事实表选出的行数。

    youdao

  • Limited partition scan is a method that allows DB2 to limit the scan of data in a partitioned table space.

    限定分区扫描允许DB 2数据扫描限制一个分区空间

    youdao

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

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

    youdao

  • Since there is no COMMIT between the INSERT and SELECT statement, potentially the deadlock is caused by a table scan.

    由于INSERTselect语句之间没有COMMIT死锁可能扫描引起的。

    youdao

  • Table scan (TBSCAN) with partition pruning.

    使用分区修剪扫描(TBSCAN)。

    youdao

  • If there is no index on ucname, the DBMS still does a full table scan, but it need not do any further processing on the data to determine whether or not it satisfies the query.

    如果没有为ucname创建索引DBMS仍然执行扫描但是不会数据进行进一步处理判断是否满足查询

    youdao

  • In this case, a table scan is very expensive, because the Informix engine has to access data randomly.

    例中扫描极其昂贵因为Informix引擎必须随机访问数据

    youdao

  • Next, contestants needed to add appropriate indexes to each table, so that Informix would not scan the whole table to find the row it needed to update.

    接下来参赛者需要每个添加合适索引以便Informix无需扫描整个表即可找到需要更新

    youdao

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

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

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