• 数据库服务器首先通过查找索引中的定位中的相关

    The database server locates relevant rows in the table by first finding the row in the index.

    youdao

  • 目录网站需要名称字顺列表查找列表不是一个结构化的、主题化索引前所)。

    A directory-type site might require an alphabetical list of names to look up, but this would not be a structured, topical index (as explained above).

    youdao

  • 数据库服务器使用索引查找匹配

    The database server USES the index to find matching values.

    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

  • 那么每次可以直接索引取值时,省略数据查找方法都要快得

    It is much faster to omit data page lookups whenever values can be directly read from index.

    youdao

  • 索引服务器提供了一种在查找特定数据行的方法不用搜索整个表。

    Indexes provide a means for the server to find a particular row of data in the table without having to search the entire table.

    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

  • 索引结构可以个别查找提供良好性能SACK选项可能会覆盖包括多个包在内的任意多的字节数。

    The index structure will give good performance looking up individual packets, but a SACK option can cover arbitrary byte ranges that include multiple packets.

    youdao

  • 这种情况下名称查找属性可能会获得索引查找更好性能

    In such cases, looking up an attribute by name could yield better performance than looking it up by index.

    youdao

  • A索引查找利用全局索引扫描来确定分区引用是否存在

    A: With global index scans, the index look-up determines whether a reference to a partition exists.

    youdao

  • DB 2使用索引立即查找满足where子句中的两个简单谓词

    It lets DB2 use the index to immediately look up the row or rows that satisfy the two simple predicates in the WHERE clause.

    youdao

  • 然后列出DEPTNO从而允许DB 2第一(EMPNO)执行直接索引查找,然后针对大于号扫描第二列(DEPTNO)。

    And DEPTNO should be listed second, allowing DB2 to do a direct index lookup on the first column (EMPNO) and then a scan on the second (DEPTNO) for the greater-than.

    youdao

  • 类似现有的用于关系索引的关系索引扫描操作(IXSCAN),XISCAN操作符xml索引执行查找扫描

    Like the existing relational index scan operator for relational indexes (IXSCAN), the XISCAN operator performs lookups or scans on XML indexes.

    youdao

  • OLTP查询很少需要选择查找作为需要相关表上索引支持联接查询表

    It is rare in an OLTP query for the lookup tables to be selected as the primary query tables requiring an index on the dependent table to support the join.

    youdao

  • 许多例子中这些索引自动生成的,且极大地提升了查找速度,即基于指定关键字段提供查找

    These indexes are automatically generated in many cases and speed lookups greatlyprovided the lookups are based on designated key fields.

    youdao

  • xslt样式字典编制索引查找nlsid属性匹配密钥、与字典中的当前语言匹配检索已翻译文本

    The XSLT style sheet indexes into the dictionary, finds the key that matches the value of the nlsid attribute, matches the current language in the dictionary, and retrieves the translated text.

    youdao

  • 因为randomlike存储在一起DB 2可以执行同样查找我们索引两个进行匹配

    Because like-kind values of the RANDOM column are stored together, DB2 can do an equal lookup, matching on two columns of our index.

    youdao

  • 存在许多有组织信息索引可以帮助查找诊断问题需要的内容。

    There are many organized information indexes to help you find what you need to troubleshoot problems. Here are a few that you might want to try out.

    youdao

  • 可以很方便利用清单7展示explain输出描述细节,可以进行顺序扫描并且目标表上完成索引查找

    It is easier to describe this in detail using the explain output shown in Listing 7. Sequential scan is done on the source table, and index look-up is done on the target table.

    youdao

  • sql _ query必须包括后续查找需要使用并且必须包括需要索引用作所有字段

    The sql_query must include the primary key you want to use for subsequent lookups, and it must include all the fields you want to index and use as groups.

    youdao

  • LinkedInHadoop管道构建一个索引结构:这会产生几个TB查找结构,该结构完美地使用了散列(每个需要2.5个位)。

    LinkedIn builds an index structure in their Hadoop pipeline - this produces a multi-TB lookup structure that USES perfect hashing (requiring only 2.5 bits per key).

    youdao

  • 由于查询1表达books中的连接谓词,所以DB 2 9.19.5执行一个扫描authors的表,然后使用索引authoridx 1查找books表。

    Since Query 1 expresses the join predicate on the books table, DB2 9.1 and 9.5 perform a table scan on authors and then use the index AUTHORIDX1 to probe into the books table.

    youdao

  • 设想我们查找页面提到每个作者名字他们著作索引

    Imagine wanting to find the name of every author mentioned on the page and references to any books he or she may have written. When applied to our compound URL, the following SPARQL will do just that.

    youdao

  • 索引结构深度(衡量执行索引查找所需工作量)。

    The depth of the index structure (a measure of the amount of work that is needed to perform an index lookup).

    youdao

  • 用户菜单中选择了一个日期后必须格式化相应字符串需要进行反向查找也就是根据索引查找缩写

    When a user selects a date from the drop down menu, it has to be formatted into the corresponding string, requiring the opposite lookup, namely the acronym given the index.

    youdao

  • 如果某个页面URL包含正在查找关键字,则该搜索引擎会认为页面更为相关

    The search engine considers one page to be more relevant if the URL of the page contains the keyword it is looking for.

    youdao

  • 这个由两部分组成系列文章中我们注重索引编码技术以及用来帮助用户查找问题代码工具

    In this two-part article series, we focus on indexing and coding techniques and on new tools to help users locate code trouble spots.

    youdao

  • 这个由两部分组成系列文章中我们注重索引编码技术以及用来帮助用户查找问题代码工具

    In this two-part article series, we focus on indexing and coding techniques and on new tools to help users locate code trouble spots.

    youdao

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

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

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