单词 | query performance | ||||||||||||
释义 | query performance
更多释义 收起释义 例句释义: 查询性能,估计查询性能,查询快 1. Summary: Adding an index to a DB2 database is often the best way to improve query performance, but the addition can have trade-offs. 简介:向DB2数据库添加索引通常是改善查询性能的最好方法,但添加索引也是有代价的。 www.ibm.com 2. This easy to use overview is paramount for simplifying the troubleshooting of Dynamic Query Mode query performance. 这是易于使用的概览对于简化DynamicQueryMode查询性能的故障排除至关重要。 www.ibm.com 3. When this occurs, you might be able to increase the query performance by creating a custom partitioner. 如果发生这种情况,您也许能够通过创建自定义分区程序来提高查询性能。 technet.microsoft.com 4. Because both of these views are defined with a single SQL select statement on the underlying table, the query performance will not suffer. 因为这两个视图都是在下面的表格上使用单独的SQL选择语句进行定义,所以不会影响查询性能。 www.ibm.com 5. Update statistics - To help optimize query performance, we recommend that you update statistics on all databases following upgrade. 更新统计信息-建议您在升级之后对所有数据库更新统计信息,以便优化查询性能。 msdn2.microsoft.com 6. This ongoing monitoring will help ensure appropriate indexes have been designed to help maintain optimal query performance. 这些监控将有助于确保正确的设计索引以帮助优化查询性能。 space.itpub.net 7. This can be expensive in terms of query performance, especially if you only want a subset of the rows from a large table. 就查询性能而言,这是十分昂贵的,尤其是当您只需要大型表中的行的子集时。 www.ibm.com 8. The article starts out with a motivating example to show how MQTs can help query performance in the Understanding MQTs section. 本文首先在理解MQT一节给出一个启发性例子,展示MQT如何可以改善查询性能。 www.ibm.com 9. Query performance evaluation and tuning is best approached as an ongoing process consisting of a series of successive refinements . 查询性能的评估和调优最接近于包含了一系列连续改进的进行过程。 www.bing.com 10. Also, many configurations connecting to the same LDAP server can improve the total staff query performance. 另外,许多配置连接到同一LDAP服务器可提高人员总体查询效率。 www.ibm.com 1. Command-line utility to analyze the effects this hypothetical configuration has on query performance for your database. 命令行实用工具来分析此假设配置对您的数据库查询性能的影响。 msdn2.microsoft.com 2. These features work as a team to address customer concerns related to query performance, getting new data in and getting old data out. 这些特性并肩作战,一起解决客户在查询性能、插入新数据和删除老数据方面关心的问题。 www.ibm.com 3. The following is one of many approaches to tuning federated query performance. 下面是用于调优联邦查询性能的众多方法中的一种。 www.ibm.com 4. Mongo collections, much like relational database tables, need to be properly indexed to ensure reasonable query performance. Mongo集合(非常像关系数据库表)需要正确进行索引以便确保合理的查询性能。 www.ibm.com 5. Functions and operations that cannot be pushed down can greatly impact query performance. 不能下推的函数和操作会大大影响查询的性能。 www.ibm.com 6. These and other tuning tasks should be carried out periodically to keep query performance up to business requirements . 这些任务和其他调优任务都将定期执行,以确保查询性能满足业务需求。 www.bing.com 7. Fields of a relational database resulted in poor query performance when an XQuery engine was simply layered on top. 字段中,然后简单地增加一个XQuery引擎层,结果查询性能很差。 www-128.ibm.com 8. Moreover, Hibernate uses this setting as a database hint against certain database types for optimized query performance. 而且,Hibernate将此设置用作针对某些数据库类型的数据库提示从而优化查询性能。 www.ibm.com 9. Analyze the effects of the proposed changes, including index usage, query distribution among tables, and query performance in the workload. 分析所建议的更改将会产生的影响,包括索引的使用,查询在表之间的分布,以及查询在工作负荷中的性能。 msdn2.microsoft.com 10. In the tasks in the next topic, you will learn to use attribute relationships to increase query performance. 在下一个主题的任务中,您将了解如何使用属性关系提高查询性能。 technet.microsoft.com 1. Data clustering can have an especially large impact on data warehouse query performance, because rows are often retrieved in large numbers. 数据聚簇对于数据仓库查询性能的影响尤其显著,因为常常在一个查询中获取许多行。 www.ibm.com 2. Since planning logs are large, there may be an impact on query performance when this setting is enabled. 由于规划日志很大,在启用该设置时可能会影响查询性能。 www.ibm.com 3. Re-computing statistics slows the building of indexes but will very likely improve query performance. 重新计算统计数据会降低索引的生成速度,但很有可能提高查询性能。 technet.microsoft.com 4. With HResult the execution mode can combine MDX and XML in a single run tree, allowing for much higher flexibility and query performance. 通过HResult,执行模式可以在单个运行树中结合MDX和XML,实现更高的灵活性和查询性能。 www.ibm.com 5. Report queries where full table scans are performed can gain marked improvement in query performance when row compression is applied. 当行压缩被应用时,执行全表扫描的报表查询在查询性能上可以得到显著的改善。 www.ibm.com 6. The last section discussed how to apply filter predicates at the database level to improve query performance and response times. 最后一节讨论如何在数据库级应用过滤谓词,以提高查询性能和缩短响应时间。 www.ibm.com 7. Still, an application always needs to weigh query performance against insert performance and evaluate the mix of both. 应用程序仍然需要在查询性能和插入性能之间权衡,并评估两者的混合使用。 www.ibm.com 8. This includes section data, values, actuals, etc, which are crucial during investigating a query performance issues. 这其中包括片段数据、值、实绩等,这对于研究一个查询的性能问题是至关重要的。 www.ibm.com 9. It indexes all tags, values and paths over the XML instances in the column and benefits query performance. 它将对列中XML实例的所有标记、值和路径进行索引,从而提高查询性能。 msdn2.microsoft.com 10. The DB2 optimizer uses these statistics to determine the most efficient access plan for any given query, which improves query performance. DB2优化器使用这些统计信息为任何给定的查询决定最有效的访问计划,从而提高查询的性能。 www.ibm.com 1. The design of a data warehouse database is focused on query performance. 数据仓库数据库设计的重点在于查询性能。 www.ibm.com 2. Additionally, a combination of XML indices and relational indexes can further improve query performance. 此外,XML索引和关系型索引的组合使用还可以进一步提高查询性能。 www.ibm.com 3. The performance enhancements include improved query performance and recovery time. 性能方面的改进包括查询性能和恢复时间的提高。 www.ibm.com 4. Creating useful indexes is one of the most important ways to achieve better query performance. 创建有用的索引是提高查询性能的最重要方法之一。 msdn2.microsoft.com 5. Heavily fragmented indexes can degrade query performance and cause your application to respond slowly. 碎片非常多的索引可能会降低查询性能,导致应用程序响应缓慢。 msdn2.microsoft.com 6. Contains information about what you can do to improve query performance. 包含有关为提高查询性能所做操作的信息。 msdn2.microsoft.com 7. If identified missing indexes are implemented, query performance might improve. 如果实现了已标识的缺失索引,则查询性能可能会得到改善。 msdn2.microsoft.com 8. The more page requests that can be satisfied by a buffer pool, the better query performance will be. 一个缓冲池可满足的页面请求越多,将得到越高的查询性能。 www.ibm.com 9. Understanding data flow is important because it is the most influential factor in terms of the query performance aspect of query execution. 了解数据流很重要,因为就查询执行的查询性能方面来说,这是最有影响力的因素。 www.ibm.com 10. Predictably, this would kill query performance, but you can work around it by installing listeners where you need them. 可以预料到,这将有损查询性能,不过可以在需要的位置安装监听器来解决这一问题。 www.ibm.com 1. Depending on the type of queries, these secondary indexes might help improve query performance. 根据查询类型的不同,这些辅助索引可能有助于改善查询性能。 technet.microsoft.com 2. An MQT can be indexed to provide an even greater boost to query performance. 可以在MQT上定义索引,这会进一步提高查询性能。 www.ibm.com 3. Query performance and stability have been improved. 改善了查询性能和稳定性。 msdn2.microsoft.com 4. Defining indexes on the remote table on the data store might sometimes improve query performance. 在数据源上的远程表上定义索引有时候可以提高查询性能。 www.ibm.com 5. Depending on the size of the table and network traffic, query performance could suffer. 取决于表的大小和网络的传输情况,查询性能可能会很糟糕。 www.ibm.com 6. Query performance may suffer with lots of tables referenced in a query. 如果查询中引用了许多表,查询性能会受到影响。 msdn2.microsoft.com 7. This article describes a methodology for understanding potential query performance problems and how to address those potential problems. 本文还介绍了潜在的查询性能问题以及如何解决这些潜在问题的方法。 www.ibm.com 8. That simple step could lead to a new access path that might dramatically improve query performance. 这个简单的步骤可能产生新的访问路径,可能显著改进查询性能。 www.ibm.com 9. TP contributes to query performance via partition elimination. TP通过分区排除提高查询性能。 www.ibm.com 10. To improve the query performance, consider manually creating an index for these fields. 为了改进查询的性能,那么您可以考虑手动为这些字段创建一个索引。 www.ibm.com 1. This keeps tables as small as possible , and improves backup times and query performance . 这将使表尽可能地小,从而缩短备份时间,改善查询性能。 www.bing.com 2. This feature can improve query performance on tables with composite indexes. 该特性可以提高具有复合索引的表的查询性能。 www.ibm.com 3. Describes how to improve database performance, query performance, and application performance. 介绍如何改进数据库性能、查询性能以及应用程序性能。 msdn2.microsoft.com 4. Knowledge of Oracle CBO queries, execution plans, query performance tuning and optimization. 甲骨文CBO的知识查询,执行计划,查询性能调整和优化。 www.bing.com 5. This is inefficient, both in terms of database size and query performance. 不过,在数据库大小和查询性能方面,这种做法的效率都十分低下。 msdn2.microsoft.com 6. Which index design to use to improve query performance in accessing the data. 采用哪种索引设计来提高访问数据时的查询性能。 msdn2.microsoft.com 7. You'll notice as your collections grow that query performance will degrade. 您将注意到随着您的集合增长查询性能将会降低。 www.ibm.com 8. Indexing the XML column benefits query performance. 对XML列创建索引有利于提高查询性能。 msdn2.microsoft.com 9. The following sections outline techniques you can use to optimize query performance. 下列各节概述了可以用来优化查询性能的方法。 msdn2.microsoft.com 10. Pay more attention to backroom operational performance and ease of development than to front-room query performance and ease of use. 更关注后台的效率、易于开发,而不是前台的查询效率和易于使用。 hi.baidu.com 1. To increase query performance, you should eliminate members and tuples as early in the resolution process as possible. 若要提高查询性能,应在解析过程中尽早地消除成员和元组。 technet.microsoft.com 2. This can cause a sudden, temporary decrease in query performance. 这会导致查询性能暂时性地突然降低。 msdn2.microsoft.com 3. The following sections lists some of the most important factors that impact parallel query performance. 以下各节列出了会对并行查询性能产生影响的一些最重要的因素。 technet.microsoft.com 4. Indexes improve query performance by avoiding a full table scan. 索引能够避免全表扫描,从而能够提高查询性能。 www.ibm.com 5. This asynchrony can lead to significant improvements in query performance. 这种异步可以显著提高查询的性能。 www.ibm.com 6. Figure 5 shows the query performance (elapsed time) of all five test queries for both pureXML and CLOBs. 图5显示了对pureXML和CLOB进行的全部5个测试查询的查询性能(占用时间)。 www.ibm.com 7. Database index is critical to query performance. 数据库索引对于查询性能来说十分关键。 www.ibm.com 8. When compiling queries, the host server uses a feature called the object cache to accelerate query performance. 在编译查询时,主机服务器将使用称为对象缓存(objectcache)的特性加速查询性能。 www.ibm.com 9. Can you replace useless indexes with indexes that enhance query performance? 你可以使用增强性能的索引替换无用索引吗? www.ibm.com 10. Therefore, improving the OLAP query performance becomes the key issue in the field of data warehouse. 因此,提高联机分析处理的查询性能就成为了数据仓库领域的关键问题。 www.xactad.org 1. This can improve query performance in general. 这样通常可以提高查询的性能。 www-128.ibm.com 2. Human task query performance has been improved to bring it closer to parity with WebSphere MQ Workflow. 人工任务查询性能已得到了改进,使其与MQWorkflow的性能更加不相上下。 www.ibm.com 3. For queries of low or medium complexity, including the ones in the Query MIML Data in DB2 section, the query performance is good. 对于复杂度较低或中等的查询,包括查询DB2中的MIML数据小节中的查询,查询性能很好。 www.ibm.com 4. However, there are cases where local processing can adversely affect query performance and in turn affect PowerCube build times. 然而,在另一些情况下,本地处理可能会对查询性能产生负面影响,而这反过来会影响到PowerCube的构建时间。 www.ibm.com 5. When the task at hand is query performance tuning, of course you should keep the new-index option in mind. 如果您手头上的任务是查询性能调优,当然您应该记住新索引选项。 www.ibm.com 6. You'll find this a handy utility for debugging problems and improving query performance. 您将发现这个方便的实用程序可用于调试问题和提高查询性能。 www.ibm.com 7. Outer joins may have a negative impact on query performance. 外部连接可能会对查询性能产生负面影响。 www.ibm.com 8. You may want to index the XML data to speed up XML query performance. 您可能希望对XML数据创建索引以提高XML查询的性能。 msdn2.microsoft.com 9. These are general statements that by themselves are not sufficient to predict query performance in all cases. 这些都只是一般陈述,光靠这些陈述并不足以预测所有情况下的查询效能。 technet.microsoft.com 10. Enter Query performance thresholds, if this is required. 输入查询性能阈值,如果这是必需的。 blog.sina.com.cn 1. If you should decide to attack query performance, read on. 如果您也决定要牺牲查询性能,就请继续阅读吧。 www.ibm.com 2. Experimental results show that not only can CMD-Forest support bulk appending efficiently but also provide higher range query performance. 它不但可以有效地支持数据仓库上的大数据量批量追加更新,而且具有很高的区域查询性能。 www.dictall.com 3. For example, a technique you use for inserts may require additional processing following the inserts, or may impact query performance. 例如,您对insert采用了某种优化技巧,但是这种技巧可能要求在insert之后还要进行附加的处理,或者可能影响查询的性能。 www.ibm.com 4. Adding statistics improves query performance because the SQL Server query optimizer can better determine how to evaluate a query. 添加统计信息将提高查询性能,因为SQLServer查询优化器可以更好地确定估算查询的方式。 msdn2.microsoft.com 5. Troubleshooting Poor Query Performance: Constant Folding and Expression Evaluation During Cardinality Estimation 排除查询性能不佳故障:基数估计过程中的常量折叠和表达式计算 msdn2.microsoft.com 6. This section focuses on tuning query performance for federated systems. Before tuning query performance 本节主要关注联邦系统中查询性能的调优。 www.ibm.com 7. The following is a list of recommendations that will help increase full-text query performance 下面列出了有助于提高全文查询性能的建议 technet.microsoft.com 8. Recommendations to Increase Full-Text Query Performance 提高全文查询性能的建议 technet.microsoft.com 9. For more information about evaluating query performance, see 有关评估查询性能的详细信息,请参阅 msdn2.microsoft.com 10. An MQT can be used to enhance query performance through the pre-computation of aggregate values. For example MQT可用于通过预先计算聚合值来增强查询性能。 www.ibm.com |
||||||||||||
随便看 |
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。