• For example, you can minimize the rows read by having predicates in the query that can determine the needed rows from just the index alone.

    例如可以通过把可以仅索引就确定需要行的谓词放到查询中来将读取降到最低。

    youdao

  • This means that each query is built by dynamically merging the input from the user (which is generally duly sanitized) and then executed as a query of its own.

    意味着每个查询通过动态合并来自用户输入(通常经过适当的检查)构建然后作为查询本身执行

    youdao

  • Attributes from the slice of the cube model accessed by the query.

    来自查询访问多维数据集模型切片属性

    youdao

  • You can build an XML query visually by selecting sample resultant nodes from a tree representation of a schema or XML document and dragging the nodes onto a return grid.

    可以通过模式XML文档树型表示中选择示例结果节点这些节点拖放到返回网格中从而可视化地构造一个 XML查询

    youdao

  • To search image by content, you must first import an image, or draw a sketch, that you can use to query and present images from a collection.

    内容进行搜索必须首先导入图像绘制草图,然后一个集合查询呈现图像

    youdao

  • To properly assess these access path alternatives, you'll need information from the DB2 catalog about the tables accessed by the query and the indexes defined on those tables.

    为了正确地评估这些访问路径需要DB 2编目中获取关于查询访问以及这些定义索引信息

    youdao

  • The customer ID is also extracted from the message and is used to query the database for information on the items purchased by the customer.

    再次消息提取客户ID并用它数据库查询这位客户购买商品相关信息

    youdao

  • By the way, I'm saying "files" here, but the data source could really be anything - chunks of a very large file, rows returned from an SQL query, individual email messages from a mailbox file.

    顺便说一下,在这文件”,数据源可以任何东西——非常文件块,一个SQL查询返回元组,一个邮箱文件中的单个邮件信息

    youdao

  • These will be the only two attributes returned from the database by this query.

    查询数据库返回两个属性

    youdao

  • If you run the final query from Listing 6, as it is shown above, you should see in the access plan that DB2 decides to use the extended index by the EISCAN operator.

    如果运行清单6最后查询(上面示),这么访问计划应该可以看到DB 2决定通过EISCAN操作符使用扩展索引

    youdao

  • There will be one or more attributes from the facts object referenced by the join object, which is used to join the dimensions of the query to the facts object.

    用来查询联结事实对象联结对象会引用事实对象的一个多个属性

    youdao

  • After running the query, search results will return, and they can be exported by right clicking and selecting "export" from the drop down menu.

    运行查询之后,返回搜索结果通过拉菜单中选择Export可以这些搜索结果导出

    youdao

  • In this article I provided generic mappings from the Oracle style CONNECT BY recursive query syntax to DB2's standard compliant recursive common table expressions using UNION ALL.

    本文中,提供了oracleCONNECT BY查询语法DB 2中遵从标准使用UNION ALL的递归公共表达式通用映射

    youdao

  • By permitting you to query third-party services using commonly understood SQL syntax, YQL saves you time and effort and makes it easier to integrate data from disparate sources into a web application.

    通过允许使用通常理解sql语法查询第三方服务YQL可以节省您的时间精力并且易于来自不同来源数据集成一个Web应用程序中。

    youdao

  • Furthermore, a novel concept called "semantic synonyms" radically simplifies searching for concepts extracted from unstructured text by transforming the user's keyword query.

    另外,还有一个称为语义同义词(semantic synonym)”的概念,它通过转换用户关键字查询根本上简化对从非结构化文本中提取概念搜索

    youdao

  • The first JSP, Welcome.jsp, occupies both the presentation layer and the data layer by using the JSTL SQL library to issue an SQL query from the page.

    第一JSP,即Welcome.jsp,使用JSTLSQL页面发出一个 SQL查询,因而同时占据表示数据层。

    youdao

  • By analyzing the Visual Explain output in Figure 6, from the second query, it is possible to confirm that the optimizer ran with the expected optimization goal of FIRSTIO.

    通过分析图6中对于第二查询VisualExplain输出可以证实优化达到FIRSTIO预期优化目标

    youdao

  • FetchPlan's rich syntax and semantics allow the application to configure the closure for any root instance resulting from a find operation or instances selected by query.

    FetchPlan丰富语法语义允许应用程序find操作结果任何实例查询得到的实例配置包。

    youdao

  • Optim query Tuner provides a series of advisors to automate the query tuning by giving recommendations, which you can review and implement directly from the product to resolve a performance issue.

    OptimQueryTuner提供一系列建议工具,通过提供建议自动化查询调优从而可以直接产品中评审执行从而解决性能问题。

    youdao

  • Limited data in Query Studio is made possible by metadata modellers implementing Design filters, which limits the rows retrieved from the data source based on the filters.

    QueryStudio中的限制数据元数据建模实现DesignFilters产生的,限制基于过滤数据源检索出的行数

    youdao

  • Yellow Pages or a service pool to query often-changing and more complex information (e.g. a route from Berlin to Porto by car, or the current temperature of Porto in Celsius).

    黄页服务或者一个服务池(servicepool)。用来查询不断变化日益复杂的的信息(比如开车柏林波尔路线以及波尔图当前温度)。

    youdao

  • Whenever you try to query a spatial column, DB2 injects a transformation from the internal, structured type representation to a representation that can be understood by the application.

    每当尝试查询空间时,DB 2加入一个转换,该转换将内部的、结构化类型表示转换应用程序理解的表示。

    youdao

  • So at least 653 pages would need to be read from disk if the rows were distributed in such an ideal way that only rows accessed by the query are to be found on the loaded pages.

    所以如果这些理想方式分布,要使得只有查询访问的行可以装载找到那么至少需要磁盘653个页。

    youdao

  • These are automatically set by the server to the values from the form elements of the same name, which become HTTP POST query arguments.

    这些参数服务器根据同名表单元素中的自动设置它们变成HTTPPOST查询参数。

    youdao

  • Creating a view of the XML data helps to abstract the structure of the product XML from the application code, by allowing us to simply query the view.

    创建XML数据视图使我们可以轻松地查询视图,从而有助于应用程序代码理解产品XML结构

    youdao

  • The typed DataSet designer accommodates by allowing you to add your own queries from the appropriate table's context menu by selecting add | Query from the table's context menu.

    类型化数据集设计器允许添加自己查询语句,通过适当表格上下文菜单中选择“添加”|“查询”来实现。

    youdao

  • For example, you can easily search for the applications consuming the highest amount of CPU by simply adding a WHERE clause to a query that lists application data from a monitoring table function.

    例如只需列出监控函数返回应用程序数据查询中添加where子句,可以搜索CPU消耗量最大应用程序。

    youdao

  • Optim makes application retirement easier and safer by providing the capability to archive data from decommissioned applications while providing ongoing access to the data for query and reporting.

    Optim能够归档退役应用程序的数据同时能够根据查询报告需要继续访问数据,因此轻松实现了应用程序退役

    youdao

  • This pattern can improve query performance by allowing applications to more quickly retrieve data from a data store.

    这种模式可以提高查询性能应用程序快速地存储中检索数据

    youdao

  • This pattern can improve query performance by allowing applications to more quickly retrieve data from a data store.

    这种模式可以提高查询性能应用程序快速地存储中检索数据

    youdao

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

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

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