您要查找的是不是:
- logical query plan 逻辑查询计划
- The output of the query plan is not limited in size. 查询计划的输出无大小限制。
- This occurs rarely and only when a query plan has multiple range scans. 这种情况发生的几率很小,仅当查询计划具有多次范围扫描时才会发生。
- The indexed view is used by the query optimizer to produce the query plan. 查询优化器使用该索引视图生成查询计划。
- This paper introduces the basic concepts of logical query languages for databases and the methods on evluation of queries. The current situation and the fields of research in logical query languages are presented briefly. 介绍数据库逻辑询问语言的基本概念和询问求值的方法,并扼要介绍逻辑询问语言的研究现状和研究方向。
- In other words, you want the query to be parameterized so that a query plan for this kind of query is reused. 换句话说,您想参数化该查询,使此种查询的查询计划可以再次使用。
- The output of the optimizer is a query execution plan, sometimes referred to as a query plan or just a plan. 优化器的输出称为“查询执行计划”,有时也称为“查询计划”或直接称为“计划”。
- Certain operators can cause a section of the query plan to run in serial mode, or the whole plan to run in serial mode. 某些运算符可能会导致查询计划的一部分以串行模式运行,或者导致整个计划以串行模式运行。
- The Gather Streams operator is only used in parallel query plans. Gather Streams运算符仅用在并行查询计划中。
- Check the full-text query plan to make sure that the appropriate join plan is chosen. 检查全文查询计划以确保选择了适当的联接计划。
- Programmatically, you must hold on to the command object that contains the cached query plan. 从编程上讲,必须始终保持包含缓存查询计划的命令对象。
- A Logical Query of the Definition of "Practice" 对"实践"定义的逻辑质疑
- If a parameter is used in the full-text query, the first-time value of the parameter determines the query plan. 如果全文查询中使用了参数,则该参数的第一时间值决定查询计划。
- A Logical Query of the Definition of "Practice 对“实践”定义的逻辑质疑
- For example, if a query plan has a cost factor of 8 and is referenced two times, its age becomes 16. 例如,如果查询计划的成本因子为8并且被引用了两次,则其年变为16。
- Each value you subtract corresponds to a cursor option that was used in the query plan. 所减去的每个值对应于查询计划中所用的一个游标选项。
- USE PLAN can be used to force the query optimizer to use a specified query plan for a query. USE PLAN可以用于强制查询优化器为查询使用指定的查询计划。
- If you notice more than five spills within the same query plan's execution, contact your support professional. 如果您发现同一个查询计划的执行中有五个以上的溢出,请与支持人员联系。
- This query hint virtually disallows direct use of indexed views and indexes on indexed views in the query plan. 实际上,该查询提示不允许在查询计划中直接使用索引视图和直接在索引视图上使用索引。
- A database server can establish a query plan for a view as soon as the view is saved. 数据库服务器可以在保存视图后立即为视图建立查询计划。