单词 | query optimizer | ||||||||||||
释义 | query optimizer
更多释义 收起释义 例句释义: 查询优化器,查询最佳化工具,查询最佳化程式 1. No degree of query optimizer intelligence can eliminate the resource cost of these constructs when compared to a less complex query. 与不太复杂的查询相比,查询优化器的智能水平无法消除这些构造的资源开销。 technet.microsoft.com 2. Further, the solidDB query optimizer recognizes the different nature of the in-memory tables by estimating execution costs in a new way. 而且,solidDB查询优化器通过以一种新的方式估计执行成本,判别内存中的表的不同性质。 www.ibm.com 3. It is possible that the query optimizer might have generated a remote statement that hits the remote server's limitation on performance. 查询优化器有可能生成与远程服务器的性能限制有冲突的远程语句。 www.ibm.com 4. An entry is added to the system catalog to indicate to the query optimizer that such a remote index exists. 一个条目被添加到系统编目中,以向查询优化器表明存在那样的一个远程索引。 www.ibm.com 5. If the best indexes do not exist, the query optimizer generates a suboptimal query plan, but still stores information about these indexes. 如果不存在最佳索引,则查询优化器将生成非最佳查询计划,但会存储有关这些缺失的最佳索引的信息。 msdn2.microsoft.com 6. Information returned by sys. Dm_db_missing_index_details is updated when a query is optimized by the query optimizer, and is not persisted. 由sys.dm_db_missing_index_details返回的信息会在查询优化器优化查询时更新,因而不是会持久化的。 msdn2.microsoft.com 7. Specifies the name or ID of the indexes to be used by the query optimizer when it processes the statement. 指定查询优化器处理语句时要使用的索引的名称或ID。 msdn2.microsoft.com 8. The query optimizer, in consultation with the wrapper, determines how the data is to be accessed. 查询优化器与包装器一道决定如何访问数据。 www.ibm.com 9. If such a plan is not possible , the query optimizer returns an error instead of deferring error detection to query execution . 如果不能使用这样的计划,查询优化器将返回错误而不是延迟对查询执行的错误检测。 www.bing.com 10. Updating index statistics to make sure the query optimizer has up-to-date information about the distribution of data values in the tables. 更新索引统计信息,确保查询优化器含有关于表中数据值分布的最新信息。 msdn2.microsoft.com 1. When cursors generate a keyset for a result set, the query optimizer estimates the number of rows that will be returned for that result set. 游标为某个结果集生成键集时,查询优化器将估计为该结果集返回的行数。 msdn2.microsoft.com 2. The total cost to the query optimizer for executing this operation and all operations preceding it in the same subtree. 查询优化器执行此操作及同一子树内位于此操作之前的所有操作的总开销。 msdn2.microsoft.com 3. Consequently, the query optimizer had to make a guess, which may have resulted in the selection of an inefficient query plan. 因此,查询优化器不得不进行推测,这可能已导致选择了低效的查询计划。 msdn2.microsoft.com 4. When the query optimizer generates a query plan, it analyzes what are the best indexes for a particular filter condition. 当查询优化器生成查询计划时,它将分析什么是用于特定筛选条件的最佳索引。 msdn2.microsoft.com 5. Specifies that the query optimizer use an optimization or locking strategy with this table and for this statement. 指定查询优化器对此表和此语句使用优化或锁定策略。 msdn2.microsoft.com 6. USE PLAN can be used to force the query optimizer to use a specified query plan for a query. USEPLAN可以用于强制查询优化器为查询使用指定的查询计划。 msdn2.microsoft.com 7. For each query, the query optimizer compares the execution cost of many alternative execution plans. 对于每个查询,查询优化程序将比较多个不同执行计划的执行成本。 www.ianywhere.com 8. If the query optimizer decides to use an indexed view in a query plan, the indexed view is treated the same way as a base table. 如果查询优化器决定使用查询计划的索引视图,则索引视图将按照基表的处理方式进行处理。 msdn2.microsoft.com 9. If more than one UNION hint is specified, the query optimizer selects the least expensive strategy from those hints specified. 如果指定了多个UNION提示,查询优化器就会从这些指定的提示中选择开销最少的策略。 msdn2.microsoft.com 10. Note: the query optimizer will not use the R-Tree index unless the statistics on the table are up to date. 注意:查询优化器只有在表统计信息保持最新的情况下使用R-Tree索引。 www.ibm.com 1. The query optimizer bases query-cost estimates on the number of rows to be retrieved from each table. 查询优化器根据从每个表检索的行数估计查询成本。 www.ibm.com 2. The SQL explain facility provides detailed information about the access plan that the query optimizer chooses for an SQL statement. SQL解释工具提供查询优化器为SQL语句所选择的访问计划的有关详细信息。 www.ibm.com 3. The database server query optimizer automatically uses an index when a suitable index exists and when using one will improve performance. 当存在合适的索引并且使用该索引将提高性能时,数据库服务器查询优化程序将自动使用索引。 www.ianywhere.com 4. You want indexing of XML data for efficient query processing and good scalability, and the use of a first-rate query optimizer. 您希望对XML数据创建索引以实现高效的查询处理和良好的可伸缩性,并使用一流查询优化器。 msdn2.microsoft.com 5. The query optimizer will give priority to an execution plan involving an MQT over a plan that involves access to remote tables. 对于涉及到MQT的执行计划,并且该MQT是涉及远程表访问的计划上的MQT,查询优化器给予它优先权。 www.ibm.com 6. Forces the query optimizer to try a plan that works for the maximum potential row size, possibly at the expense of performance. 强制查询优化器尝试一个计划,该计划可能以性能为代价获得最大可能的行大小。 msdn2.microsoft.com 7. In particular, the query optimizer is less likely to match the query to an indexed view or an index on a computed column. 尤其是查询优化器不太可能将查询与索引视图或计算列索引相匹配。 msdn2.microsoft.com 8. This defines indexes and keys in server terms and enables the query optimizer to consider any indexes that may exist on this table. 这定义了服务器方面的索引和关键字,使查询优化程序可以考虑该表上可能存在的任何索引。 www.ianywhere.com 9. Using FORCE ORDER does not affect possible role reversal behavior of the query optimizer. 使用FORCEORDER不会影响查询优化器可能的角色逆转行为。 msdn2.microsoft.com 10. Contains information about using the USE PLAN query hint to force the query optimizer to use a specific query plan for a query. 介绍了使用USEPLAN查询提示强制查询优化器以使用查询的特定查询计划。 msdn2.microsoft.com 1. Instructs the query optimizer to use a particular value for a local variable when the query is compiled and optimized. 在编译和优化查询时提示查询优化器对本地变量使用特定值。 msdn2.microsoft.com 2. The number of processors that are used by the query optimizer typically provides optimal performance. 查询优化器使用的处理器数量通常能够提供最佳的性能。 technet.microsoft.com 3. The illustration shows a query optimizer plan executed with a degree of parallelism equal to 4 and involving a two-table join. 上图显示按并行度等于4执行且包括一个双表联接的查询优化器计划。 technet.microsoft.com 4. The Index Consultant retrieves the plan for each statement in the workload, as chosen by the Adaptive Server Anywhere query optimizer. [索引顾问]会为负载中的每条语句检索AdaptiveServerAnywhere查询优化程序选择的计划。 www.ianywhere.com 5. Noting the partition numbers confirms that the query optimizer is performing partition elimination . 注明分区号会确认查询优化器正在执行分区消除。 www.bing.com 6. Regardless of schema (3NF or Star), the Teradata query optimizer relies on statistics to help it determine the best way to access data. 不管哪种模式(3NF或Star),Teradata查询优化器依赖于统计信息帮助确定最佳数据访问路径。 www.ibm.com 7. Tuning the Universal Server's query optimizer for particular types of complex data can vastly improve querying speed on those data types. 为特定类型的复杂数据调整万能服务器的查询优化器,能大大提高这些数据类型的查询速度。 www.1stenglish.com 8. Describes how the query optimizer uses statistics to develop optimal query plans. 说明查询优化器如何使用统计信息开发最佳查询计划。 technet.microsoft.com 9. During plan generation for the query, the query optimizer communicates with the non-relational wrapper. 在为查询生成计划的过程中,查询优化器与非关系包装器通信。 www.ibm.com 10. The query optimizer does not recalculate the profile for tables automatically. 查询优化器不会自动重新计算表的配置文件。 www.ibm.com 1. Forces the query optimizer to relax the estimated recompile threshold for a query. 强制查询优化器对查询放宽估计的重新编译阈值。 msdn2.microsoft.com 2. Given accurate statistics, the query optimizer generally comes up with correct selectivity estimates. 如果有了准确的统计信息,那么查询优化器一般能够得出正确的选择性估计。 www.ibm.com 3. In general, the query optimizer selects a plan that will return the entire result set in the shortest amount of time. 通常,查询优化器选择将在最短时间内返回整个结果集的计划。 www.ibm.com 4. The query optimizer always generates a serial execution plan for a query that is part of a dynamic cursor. 查询优化器始终为查询生成串行执行计划,这是动态游标的一部分。 technet.microsoft.com 5. Forces the query optimizer not to recompile a query due to changes in statistics. 强制查询优化器不因统计信息的更改而重新编译查询。 msdn2.microsoft.com 6. The query optimizer does not consider the index when creating query execution plans. 查询优化器创建查询执行计划时不考虑索引。 msdn2.microsoft.com 7. Plan forcing removes the ability of the query optimizer to adapt to changing data sizes and distributions, new indexes, and other variables. 强制计划使得查询优化器不再适于更改数据大小和数据分布、新索引以及其他变量。 msdn2.microsoft.com 8. Fast forward-only cursors vary in when they acquire their locks depending on the execution plan chosen by the query optimizer. 快速只进游标在获取锁的时间上会有所不同,这取决于查询优化器选择的执行计划。 msdn2.microsoft.com 9. Although this is an option, the query optimizer can generally pick the best optimization method without hints being specified. 虽然这是一个选项,但一般情况下,查询优化器无需指定提示就能选择最佳优化方法。 msdn2.microsoft.com 10. The query optimizer may use indexed views to speed up the query execution. 查询优化器可使用索引视图加快执行查询的速度。 msdn2.microsoft.com 1. With this feature, the query optimizer can immediately consider the index when determining an access plan. 有了这个特性,查询优化器可以在决定访问计划时立即考虑索引。 www.ibm.com 2. After the query optimizer creates the plan, the query optimizer chooses the most efficient physical operator for each logical operator. 查询优化器创建计划后,将为每个逻辑运算符选择最有效的物理运算符。 technet.microsoft.com 3. The tuning process relies on the query optimizer, and the recommendations it generates are based in part on the underlying hardware. 优化进程依赖于查询优化器,而它生成的建议部分依赖于基础硬件。 technet.microsoft.com 4. Accurate index information and statistics are fundamental to cost-based decisions in the query optimizer. 准确的索引信息和统计信息是查询优化器中基于成本的决策的基础。 www-128.ibm.com 5. The query optimizer uses this statistical information to choose the most efficient plan for retrieving or updating data. 查询优化器使用此统计信息为检索或更新数据选择最有效的计划。 technet.microsoft.com 6. The push-down decision is made by the wrapper during the planning phase, while working with the query optimizer. 下推的决定是包装器在计划阶段与查询优化器一起做出的。 www.ibm.com 7. as data changes or indexes are added or dropped , the query optimizer automatically adapts its behavior by using alternative plans. 在发生数据更改、添加或删除索引时,查询优化器会通过使用其他的计划来自动适应其行为。 www.ichacha.net 8. The following statement returns the value Index, which means that the query optimizer probed an index to estimate the selectivity. 下面的语句返回值Index,这表示查询优化程序已探测索引来估计选择性。 www.ianywhere.com 9. Added information about when the query optimizer does not use a parallel execution plan. 添加了查询优化器无法使用并行执行计划时的相关信息。 msdn2.microsoft.com 10. Approximate query execution costs are estimated by the query optimizer. 由查询优化器估计查询执行的大致开销。 msdn2.microsoft.com 1. Recommend the best mix of indexes for databases by using the query optimizer to analyze queries in a workload. 通过使用查询优化器分析工作负荷中的查询,推荐数据库的最佳索引组合。 msdn2.microsoft.com 2. The query optimizer does not consider constraints that are defined WITH NOCHECK. 查询优化器不考虑使用WITHNOCHECK定义的约束。 msdn2.microsoft.com 3. Awareness of all applicable remote indexes can help the federated query optimizer generate better execution plans. 清楚所有适用的远程索引有助于联邦查询优化器生成更好的执行计划。 www.ibm.com 4. Specifies that any indexed views are not expanded to access underlying tables when the query optimizer processes the query. 指定查询优化器处理查询时,不扩展任何索引视图来访问基础表。 msdn2.microsoft.com 5. Provides the source for selectivity estimates used by the query optimizer. 提供查询优化程序使用的选择性估计源。 www.ianywhere.com 6. Helps the query optimizer estimate the selectivity of query predicates on string patterns. 可以帮助查询优化器估计字符串模式中查询谓词的选择性。 msdn2.microsoft.com 7. SET FORCEPLAN essentially overrides the logic used by the query optimizer to process a Transact-SQL SELECT statement. SETFORCEPLAN从本质上覆盖了查询优化器处理Transact-SQLSELECT语句所使用的逻辑。 msdn2.microsoft.com 8. The query optimizer typically selects the most efficient method when executing queries. 查询优化器在执行查询时通常会选择最有效的方法。 technet.microsoft.com 9. A new feature of the query optimizer supports a new type of index scan, called an index self-join path. 查询优化器的一项新特性支持一种新的索引扫描,即索引自连接路径。 www.ibm.com 10. Additional information helpful to the query optimizer is provided. 提供了对查询优化器有用的附加信息。 msdn2.microsoft.com 1. This can cause the query optimizer to choose a less-efficient query plan than otherwise expected. 这可能导致查询优化器选择比预期的效率低的查询计划。 msdn2.microsoft.com 2. Node IDs in Showplans identify each operation the query optimizer performs when it generates a query execution plan. Showplan中的节点ID标识查询优化器在生成查询执行计划时执行的每个运算。 msdn2.microsoft.com 3. Query execution costs are estimated by the query optimizer. 由查询优化器估计查询执行开销。 msdn2.microsoft.com 4. The query optimizer must analyze the possible plans and choose the one with the lowest estimated cost. 查询优化器必须分析可能的计划并选择一个预计成本最低的计划。 technet.microsoft.com 5. Doing so may affect the execution plan chosen by the query optimizer. 这样做可能会影响查询优化器选择的执行计划。 technet.microsoft.com 6. The cost to the query optimizer for executing this operation. 用于执行此操作的查询优化器的开销。 msdn2.microsoft.com 7. These statistics are used by the query optimizer to determine the most efficient way to execute a query. 这些统计信息将由查询优化器用来确定执行查询的最有效的方式。 technet.microsoft.com 8. Only one network round trip is necessary, and the query optimizer can better optimize the single query. 只需要一个网络往返,查询优化器就可以更好地优化该单个查询。 technet.microsoft.com 9. The query optimizer uses the index in the query execution plan. 查询优化器使用查询执行计划中的索引。 technet.microsoft.com 10. These views include columns containing statistical information that is useful to the query optimizer. 这些视图包括一些包含对查询优化器有用的统计信息的列。 www.ibm.com 1. STEP D: We need to explain the queries to view the access plans chosen by the DB2 query optimizer. 第4步:我们需要对查询进行explain(解释),以查看DB2查询优化器所选择的访问计划。 www.ibm.com 2. The hints can prevent the query optimizer from choosing a better execution plan. 提示会阻碍查询优化器选择更好的执行计划。 technet.microsoft.com 3. The component that does this is called the query optimizer. 处理此过程的组件称为“查询优化器”。 technet.microsoft.com 4. The query optimizer relies heavily on these statistics -- especially card, colcard, high2key and low2key. 查询优化器很大程度上依赖于这些统计信息——尤其是card、colcard、high2key和low2key。 www.ibm.com 5. Event is occurring when the query optimizer generates an execution plan, you should also collect a Showplan event class in the trace. 事件的位置,还应该在跟踪中收集一个Showplan事件类。 msdn2.microsoft.com 6. The indexed view is used by the query optimizer to produce the query plan. 查询优化器使用该索引视图生成查询计划。 msdn2.microsoft.com 7. This makes sure that the plan guide is used by the query optimizer. 这将确保计划指南可由查询优化器使用。 msdn2.microsoft.com 8. For example, the user may specify a dynamic cursor, but the query optimizer is permitted to convert this cursor type to a static cursor. 例如,用户可能指定一个动态游标,但允许查询优化器将此游标类型转换为静态游标。 msdn2.microsoft.com 9. The act of using the USE PLAN query hint to force the SQL Server query optimizer to use a specified query plan for a query. 使用USEPLAN查询提示来强制SQLServer查询优化器对某个查询使用指定查询计划的操作。 technet.microsoft.com 10. Specifies that the SQL Server query optimizer use one join hint, or execution algorithm, per join specified in the query FROM clause. 指定SQLServer查询优化器为在查询的FROM子句中指定的每个联接使用一个联接提示或执行算法。 msdn2.microsoft.com 1. Specifies that the SQL Server query optimizer use one join hint, or execution algorithm, per join specified in the query FROM clause. 指定SQLServer查询优化器为在查询的FROM子句中指定的每个联接使用一个联接提示或执行算法。 msdn2.microsoft.com 2. When useful indexes are available, the SQL Server query optimizer is efficient at selecting rapid, efficient joins between tables. 如果包含有用的索引,SQLServer查询优化器可有效地在表间选择快速、有效的联接。 msdn2.microsoft.com 3. Specifies the parameterization rules that the SQL Server query optimizer applies to the query when it is compiled. 指定在编译查询时SQLServer查询优化器应用于此查询的参数化规则。 msdn2.microsoft.com 4. Query optimizer hints can also be used in queries to affect how SQL Server processes the SELECT statement. 在查询中也可以使用查询优化器提示影响SQLServer处理SELECT语句的方式。 msdn2.microsoft.com 5. When the SQL Server query optimizer recognizes a query that matches statement_text, plan_guide_name takes effect. 当SQLServer查询优化器识别与statement_text匹配的查询时,plan_guide_name将生效。 technet.microsoft.com 6. When the PARAMETERIZATION database option is SET to SIMPLE, the SQL Server query optimizer may choose to parameterize the queries. 当PARAMETERIZATION数据库选项设置为SIMPLE时,SQLServer查询优化器可以选择参数化查询。 msdn2.microsoft.com 7. The query optimizer in SQL Server 2005 reliably chooses the most effective index in the vast majority of cases. SQLServer2005中的查询优化器可在大多数情况下可靠地选择最高效的索引。 msdn2.microsoft.com 8. Adding statistics improves query performance because the SQL Server query optimizer can better determine how to evaluate a query. 添加统计信息将提高查询性能,因为SQLServer查询优化器可以更好地确定估算查询的方式。 msdn2.microsoft.com 9. The query optimizer will try to reduce the number of messages sent to the data source. 查询优化器将尝试减少发送到数据源的消息的数量。 www.ibm.com 10. The query optimizer also tries to reduce the number of messages sent to the data source if the network is slow. 如果网络较慢,查询优化器还尝试减少发送到数据源的消息数量。 www.ibm.com 1. This occurs because Database Engine Tuning Advisor often needs to make several calls to the query optimizer during the tuning process. 这是因为在优化过程中,数据库引擎优化顾问通常需要多次调用查询优化器。 msdn2.microsoft.com 2. The overhead results from the many calls made by Database Engine Tuning Advisor to the query optimizer during the tuning process. 开销是由数据库引擎优化顾问在优化进程中多次调用查询优化器导致的。 technet.microsoft.com 3. Can perform faster with the creation of a keyed logical file containing the keys suggested by the query optimizer 按照查询优化器建议的键创建逻辑文件能够执行得更快。 www.ibm.com 4. The inputs and outputs of the query optimizer during optimization of a single SELECT statement are illustrated in the following diagram 在优化单个SELECT语句期间查询优化器的输入和输出如下图中所示 technet.microsoft.com 5. The Database Engine query optimizer almost always chooses the correct locking level. 数据库引擎查询优化器几乎总是会选择正确的锁级别。 msdn2.microsoft.com 6. The SQL Server query optimizer does not use a parallel execution plan for a query if any one of the following conditions is true 如果下列情况之一为真,则SQLServer查询优化器不会针对查询使用并行执行计划 msdn2.microsoft.com 7. Design and Realization of a Parallel Query Optimizer 一个并行查询优化器的设计与实现 www.ilib.cn 8. myisamchk -analyze - updates statistics for use by query optimizer for the MyISAM storage engine myisamchk-analyze——更新查询优化器所使用的统计数据(MyISAM存储引擎) www.ibm.com 9. Object-Oriented Framework for Query Optimizer 查询优化器的面向对象框架 www.ilib.cn 10. The query optimizer may use the PATH index for expressions such as those shown in the following 查询优化器可以将PATH索引用于如下所示的表达式 msdn2.microsoft.com 1. For information about how the SQL Server query optimizer enforces the FORCE ORDER hint when a query contains a view, see 有关在查询包含视图时SQLServer查询优化器如何强制使用FORCEORDER提示的信息,请参阅 msdn2.microsoft.com 2. How Indexes Are Used by the Query Optimizer 查询优化器如何使用索引 technet.microsoft.com 3. The SQL Server Mobile query optimizer considers all available indexes when processing a query, including SQLServerMobile查询优化器在处理查询时会考虑所有可用的索引,包括 msdn2.microsoft.com |
||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。