• In this paper, We discuss the splines of the completely binary second order index. The existence and uniqueness of the relevant solution of the problem of interpolation is proved.

    本文定义完全二元二级指数条,证明了相应插值问题存在唯一性

    youdao

  • Global indexes preserve the order property from index scans, and this gives them an edge over local indexes.

    全局索引保留来自索引扫描顺序属性相对本地索引的一个优势

    youdao

  • DB2 can then return qualified rows to the program in the desired order, the order of the index.

    然后DB 2可以根据预期顺序,也就是索引顺序,程序返回符合条件

    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

  • If you want those three predicates applied in the exact order in which you code them, you must drop and re-create the index (or create a new index) on (COLA, COLC, COLB).

    如果三个谓词完全按照它们编码顺序应用,则必须删除在(COLA,COLC,COLB)上重建索引(或者创建一个索引)。

    youdao

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

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

    youdao

  • The order is important because if your predicate specifies these properties in a different order or lists some other property before them, the composite index will not be selected by the database.

    顺序重要如果谓语不同的顺序指定这些属性它们罗列其他属性数据库不会选择复合索引

    youdao

  • Our index is in DEPTNO order, and within that order, in groups of identical (but unordered) values of LASTNAME.

    我们索引DEPTNO顺序的,顺序相等无序)的LASTNAME分为一个小组

    youdao

  • A functional index transforms the data in a column and stores the derived values in sorted order.

    函数索引中的数据进行转换按照顺序保存转换后的

    youdao

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

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

    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

  • Note that the row and column order is the same as the element order in each set, and the index variable names are consistent between lines 12, 13, and 14.

    注意次序元素每个集合中的顺序相同的,索引变量第121314一致的。

    youdao

  • For example, whether ORDER BY or GROUP BY clauses are needed in the query, or if they can be resolved via index access.

    例如查询需要ORDERBYGROUPBY语句,或者它们通过指数访问解决

    youdao

  • If DB2 were to use the index the nontraditional, LIST PREFETCH way, the rows would not come back in the order of the index, but rather in the order of the table.

    如果DB 2非传统方法(LIST PREFETCH方法)使用索引这些可能不能索引次序返回而是以表中的次序返回。

    youdao

  • Because the NPSI is a single ordered list, it is easy to see how DB2 could just toggle back and forth, index to table, index to table, and return rows in ZIPCODE order without sorting.

    因为NPSI一个序列列表容易看到DB 2如何来回切换,从索引、索引到表,然后ZIPCODE次序返回不需要排序。

    youdao

  • You would need to drop the index and create it again in order to implement changes.

    进行更改,必须删除索引然后重新创建

    youdao

  • Customers can list all their purchases by clicking on the Order history link in the index.

    客户可以单击索引中的Orderhistory链接列出他们的所有采购订单。

    youdao

  • Before DB2 9, we needed to add an ORDER BY only if we had more than one index that could be chosen to do the grouping.

    DB 29之前我们需要拥有多于1个选择进行分组索引时,才添加orderBY

    youdao

  • But not always, because the order of the columns in the index can make a big difference depending on the query. For example, consider this query.

    不一定因为索引顺序也许会根据查询很大差异

    youdao

  • The index rows will not be in LASTNAME order within DEPTNO A01.

    DEPTNO A01中,索引行将LASTNAME顺序排列。

    youdao

  • The potential of using DYNAMIC SCROLL cursors as a new way of forcing DB2 to avoid a sort for an ORDER BY (or any other sort syntax where an index can be used to avoid the sort).

    使用DYNAMICSCROLL光标作为一个强迫DB 2避免ORDERBY(或者任何其他索引用于避免排序语法)排序方法可能性

    youdao

  • In order to address the issue, Aaron Erickson has created a product called Index for Objects or i4o.

    为了解决这个问题AaronErickson创建了一个名为IndexforObjects或者i4o产品

    youdao

  • Note that it would be too boring to write seven inequalities as a sum of five decision variables that are not necessarily in order, because in some constraints, the index may overlap the index 7.

    注意编写7不等式作为5个不必有序决策变量繁琐了因为某些约束中,索引可能会覆盖索引值7

    youdao

  • then DB2 could use the four-column index the "traditional" way (index, table, index, table, etc.) to return the rows in the desired order (the same order as or the reverse order of the index).

    然后DB2可以传统方法索引、索引、表,等等使用这个 “4” 索引期望次序(与索引相同相反顺序返回所需行。

    youdao

  • We can match on one column, and if we use the index the traditional way, the data will come back in DEPTNO order.

    我们可以进行匹配如果我们以传统方式使用索引数据DEPTNO顺序返回

    youdao

  • Since DB2 will only use the index the "traditional" way for index-only access, the rows will be returned just like our index data, in groups of identical LASTNAMEs in random order.

    因为DB 2传统方式使用索引实现仅索引访问各行我们的索引数据一样同样的LASTNAME小组以随机形式返回

    youdao

  • Since DB2 will only use the index the "traditional" way for index-only access, the rows will be returned just like our index data, in groups of identical LASTNAMEs in random order.

    因为DB 2传统方式使用索引实现仅索引访问各行我们的索引数据一样同样的LASTNAME小组以随机形式返回

    youdao

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

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

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