• 目的文档存储排序索引提供一个强壮接口

    It's aim is to provide a robust interface for document storage and sorted indexes.

    youdao

  • 对于每个排序LotusNotes构建了一个特定于语言排序索引

    For each of these sortable columns, Lotus Notes builds a language-specific sort index.

    youdao

  • 使用合适的索引使排序使用降到最低。

    Use appropriate indexes to minimize the use of the sort heap.

    youdao

  • 接下来确保索引这些适当顺序(按照ORDERby子句),这样可以避免排序

    Next, ensure that the index has these columns in the proper sequence (according to the ORDER BY clause), so that a sort can be avoided.

    youdao

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

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

    youdao

  • 爱好便笺。弗拉基米尔·纳博科夫经常5- 8英寸的索引撰写排序小说场景

    Addicted to Notecards: Vladimir Nabokov used 5 - by 8-inch index CARDS to compose and order the scenes in his novels.

    youdao

  • 视图中的每个排序箭头都会增加视图索引同时增加刷新视图的时间。

    Each sorting arrow on a column in a view increases the view index and the time it takes to refresh the view.

    youdao

  • 第三中的一个算法——关于排序查找算法——影响到第一商业结合索引文件系统实施

    One of the algorithms in his third volumeon sorting and searching algorithms — inspired the first commercial implementation of an associatively indexed file system.

    youdao

  • 可以帮助避免排序索引

    Indexes that can help to avoid sorts.

    youdao

  • 记住AIX上大约最大为250MB私有虚拟内存用于LOAD中的索引排序(内存瓶颈)。

    Also keep in mind that on AIX, there is approximately a Max of 250mb of private virtual memory for index key sorting in LOAD (this is a memory bottleneck).

    youdao

  • 需要认识到我们一直警告关于跨分区处理DPSI负面效应,包括规避排序所需多个索引

    You just need to realize that we have been warned about the negatives of DPSIs in cross-partition processing, including the multiple index probes needed for sort avoidance.

    youdao

  • 这些语句受益减少排序数目附加调优例如添加索引

    Such statements may benefit from additional tuning to reduce the number of sorts, such as adding an index.

    youdao

  • 临时数据通过进行排序更改创建索引而生成的数据。

    Temporary data; data generated by sorting and altering tables and building indexes.

    youdao

  • 生成章节索引需要创建一个HTML文件,其中包含给定所有排序列表

    To generate the section index, we create an HTML file with an ordered list of all of the s in a given.

    youdao

  • 如果所有都是以单个索引要求的顺序出现的,那么数据库服务器就使用索引顺序读取,因而避免排序

    If all the columns in the clause appear in the required sequence with a single index, the database server USES the index to read the rows in the ordered sequence, thus avoiding a sort.

    youdao

  • 事实上使用索引避免排序关键方法提高SQL性能使应用FETCH实际获取更多

    In fact, the use of an index for sort avoidance is a key way to improve the performance of SQL that qualifies far more rows than will actually ever be FETCHed.

    youdao

  • 将指示DB 2索引传递内存中的排序程序不是再次这些键写到DASD上排序工作文件中,然后从中读取这些键。

    This instructs DB2 to pass the index keys to the sort program in memory, rather than having the keys written to and read once again from sort work files on DASD.

    youdao

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

    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.

    youdao

  • 现在如果适合DB2用于避免数据排序索引不是有序列表而是随机的,会发生什么

    Now, what happens if the index that would have been ideal for DB2 to use to avoid a data sort is not an ordered list, but rather random?

    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

  • 多数情况下本地索引保留分区顺序属性如果计划采用本地索引还需要进行额外排序操作。

    In most cases, local indexes do not preserve the order property across partitions and that requires an extra sort if the plan is using local indexes.

    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

  • 装入创建索引操作通常使用私有排序进行索引排序无论INTRA_PARALLEL参数如何。

    The load and create index operations always use private sorts for index key sorting, regardless of the value of the INTRA_PARALLEL parameter.

    youdao

  • 类别转换成排序列,后者提供相同查找功能使视图更快地进行索引

    Also, categories can be turned into sorted columns, which provide the same functionality for lookups but allow the view to index more quickly.

    youdao

  • 允许使用对象作为索引因为一般情况下不能够对大对象进行比较排序

    Using large objects as index keys is disallowed because they cannot, in general, be compared and sequenced.

    youdao

  • 需要排序结果可以直接索引读取

    When a sorted result is needed, it can be read directly from the index.

    youdao

  • 如果DB 2没有适当次序索引可以避免排序或者DB 2以LIST PREFETCH方法使用任何索引时,那么一个ORDERBY必定会引起数据排序

    When DB2 does not have an index in the appropriate order for sort avoidance or when DB2 USES any index the LIST PREFETCH way, then an order BY will most certainly cause a data sort.

    youdao

  • 这里重点可以选择丢失索引功能的前提下将索引定义DPSI规避排序包括DYNAMICSCROLL光标所需的规避排序

    The important point here is that you can choose to define indexes as DPSIs without losing that index's aptitude for sort avoidance, including the sort avoidance required for DYNAMIC SCROLL cursors.

    youdao

  • 索引文件里面最核心一个文件,它存储所有索引的值以及相关信息,并且以索引排序

    This core index file stores all of the terms and related information in the index, sorted by term.

    youdao

  • 因此可以传统方法使用我们索引Partition1避免ZIPCODE上进行排序

    Therefore, it can use Partition 1 of our index the traditional way to avoid a sort on ZIPCODE.

    youdao

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

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

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