• 扫描调度器尽管这个名字使人想起按访问扫描或者实时保护,但其实两者完全不同。

    Scan Dispatcher: Although the name may suggest On-access scanning or Real Time Protection, it's nothing like that.

    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

  • 因为一个唯一索引扫描,所以访问路径显示FETCH节点

    There is no FETCH or table node shown in the access path graph because it is an index-only scan.

    youdao

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

    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).

    youdao

  • 一般来说索引扫描访问数据有效方法尤其是很大符合条件很少时候

    Index scans are usually the most efficient way to access data, especially when the table is large but the number of qualified rows is small.

    youdao

  • 如果应用程序频繁地访问没有适当索引数据库每次都会它们装载内存扫描它们。

    If your application frequently accesses smaller tables without proper indexes, the database will load them into memory each time and scan them.

    youdao

  • 新建索引所有可以索引扫描访问

    With the newly created indexes, all tables are accessed with index scans.

    youdao

  • 是否扫描整个是否索引访问

    Is the whole table scanned or is it accessed by an index?

    youdao

  • 不管数据是否提交以及根据语句谓词是否排除对于索引扫描访问执行这样锁定操作。

    This locking was done for both index scans and table access whether or not the row of data was committed or whether it would have been excluded based on the statement's predicates.

    youdao

  • 选项筛选方式用于匹配索引扫描,且索引访问一部分

    The option can be used in non matching index scans in a screening fashion and as part of index-only access.

    youdao

  • 允许下面两个查询使用索引访问不是扫描

    This will allow both of the following queries to use indexed access rather than table scans.

    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

  • DB2扫描一个时,只是访问那个相关

    When DB2 scans a table, only the segments associated with that table are accessed.

    youdao

  • DB 2压缩功能可以减少磁盘存储需求同时改进执行扫描大量查询顺序读取访问

    DB2 row compression features can decrease disk storage requirements while at the same time improve sequential read access of large queries which perform full table scans.

    youdao

  • 通常情况下外部输入基数显然不小对于内部没有种有效访问方法优化器会选择合并扫描联接

    Typically, the optimizer chooses merge scan join when the cardinality of the outer input is not obviously small and there is no efficient access method for the inner table.

    youdao

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

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

    youdao

  • 用户访问安全门户检查计算机扫描结果可以门户获得,也可以通过电子邮件获得。

    Users access the security portal to check their computers, and they get the results either on the portal or through email.

    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

  • 端口探测一个扫描服务器所有访问互联网可用端口过程

    Port probing is a process that involves scanning all available ports on your server that are accessible to the Internet.

    youdao

  • 调优包括添加额外索引生成一个高效访问计划表格变幻无常进而鼓励索引使用如果可能的话也可以避免扫描

    Tuning can include adding extra indexes to yield a more efficient access plan, which makes tables volatile to encourage index usage and avoid table scans if possible.

    youdao

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

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

    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

  • 顺序扫描一般决策支持系统(DSS)应用程序常见,很少出现在OLTP访问模式中。

    Sequential scans are typical in decision support system (DSS) applications but rare with OLTP access patterns.

    youdao

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

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

    youdao

  • 如果注册了那些空间列,那么ArcExplorer启动时或者添加一个访问扫描那些

    If they are, then ArcExplorer will access and scan those tables upon startup or when a new layer is to be added.

    youdao

  • 那么这时可以使用Design Advisor,看看索引是否能导致不需要扫描那么多访问计划

    You can use the Design Advisor to see if indexes would result in an access plan with fewer table scans.

    youdao

  • 找到所有可用文章portlet需要扫描文件系统需要大量IO访问

    To find all available article the portlet need to scan the filessystem, which requires a lot of IO access.

    youdao

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

    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.

    youdao

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

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

    youdao

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

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

    youdao

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

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

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