单词 | query optimization |
释义 | 例句释义: 查询优化,查询最佳化,最佳化查询,语意查询最佳化 1. As join operation to relational database, structural join order selection is at the heart of query optimization in an XML database. 和关系数据库中的连接运算一样,结构连接顺序的选择是XML数据库查询优化的核心。 dictsearch.appspot.com 2. In terms of tuning, this article introduces tips for query optimization; schema optimization; and CM Server, WebSphere, and database tuning. 对于调试,本文介绍了查询优化;方案优化;及CM服务器,WebSphere及数据库调试的建议。 www.ibm.com 3. The RUNSTATS utility updates the statistics in the system catalog tables to help with the query optimization process. RUNSTATS实用程序更新系统目录表中的统计信息以帮助查询优化处理。 www.ibm.com 4. For queries that are executed very frequently, the cost of query optimization can outweigh the benefits of optimizing at execution time. 对于执行得非常频繁的查询,查询优化的成本可能会超过执行时优化所带来的好处。 www.ianywhere.com 5. In the database system, query optimization is of great significance for improving database performance. 在数据库系统中,查询优化对于提高数据库性能具有重大意义。 stae.com.cn 6. Informational constraints can be a great aid to query optimization. 信息约束可以很好地辅助查询优化。 www.ibm.com 7. Internal Query Processor Error: The query processor ran out of stack space during query optimization. 内部查询处理器错误:在查询优化过程中,查询处理器用尽了堆栈空间。 www.dictall.com 8. The runstats utility can be used to update statistics in system catalog tables to facilitate the query optimization process. 可以使用runstats实用程序来更新系统编目表中的统计信息,使查询优化过程更容易一些。 www.ibm.com 9. When set to ON, any missing statistics required by a query for optimization are automatically built during query optimization. 当设置为ON时,优化查询所需的任何缺少的统计信息将在查询优化过程中自动生成。 technet.microsoft.com 10. Now let us discuss the issue with the query optimization for the objects which are configured for second level cache. 现在我们来谈谈关于二级缓存的查询优化问题。 www.infoq.com 1. Specifies that the join order indicated by the query syntax is preserved during query optimization. 指定在查询优化过程中保持由查询语法指示的联接顺序。 msdn2.microsoft.com 2. If you want to disable the usage of the constraints by the SQL compiler, you can use the DISABLE QUERY OPTIMIZATION clause. 如果您想通过编译器禁用约束,那么可以使用DISABLEQUERYOPTIMIZATION子句。 www-128.ibm.com 3. Finally, this discussion of query languages may leave you wondering about a related topic: query optimization. 最后,关于查询语言还有一个相关的主题:查询优化。 www.ibm.com 4. Meanwhile, query optimization tactics focused on minimizing page fetches wherever possible. 与此同时,查询优化策略注重尽可能减少页面读取。 www.ibm.com 5. The query processor ran out of stack space during query optimization. 查询处理器在优化查询时堆栈空间不足。 msdn2.microsoft.com 6. New query language support (for XQuery), a new graphical query builder (for XQuery), and new query optimization techniques. 新查询语言支持(针对Xquery)、新图形查询构建程序(针对Xquery)和新查询优化技术。 www.ibm.com 7. So it is very necessary to optimize the performance of banking system by research the query optimization strategies on the massive data. 因此通过研究对海量数据的查询优化策略来对银行业务系统性能进行优化是十分必要的。 www.fabiao.net 8. The query optimization class is used to direct the optimizer to use different degrees of optimization when compiling SQL queries. 查询优化类用于在编译SQL查询时指导优化器使用不同的优化级别。 www-128.ibm.com 9. So the paper uses genetic algorithm in the large relational database to solve the query optimization problems. 因此,本文在大型关系数据库查询优化中引入基因算法,来更好的解决大型数据库的查询优化问题。 www.fabiao.net 10. This paper introduces an approach to semantic query optimization in deductive database. 本文介绍在演绎数据库中语义查询优化方法。 epub.cnki.net 1. Then, this paper mainly discuss the design and implementation of OSCAR query optimization. 本文之后主要讨论了OSCAR数据库系统查询优化器的设计和实现。 www.lw23.com 2. REOPT ALWAYS: Query optimization or reoptimization occurs at query execution time every time the query is executed. REOPTALWAYS:每一次查询执行时都发生查询优化或重新优化。 www.ibm.com 3. XML indexing, query optimization, storage management, and other DB2 services help ensure efficiency and strong runtime performance. XML索引、查询优化、存储管理和其他DB2服务有助于确保出色的效率和运行时性能。 www.ibm.com 4. Stats Information collected for use in query optimization when the procedure appears in the FROM clause. stats当该过程出现在FROM子句中时,收集到的用于查询优化的信息。 www.ianywhere.com 5. For the type of browsing queries through network, the query algorithm and the data organizing are most important for query optimization. 对于以网络传输为主要特征的浏览查询,查询算法和数据组织是优化的关键; www.ceps.com.tw 6. The REOPT bind option defers query optimization until input variable values are available at OPEN time. REOPT绑定选项将查询优化推迟到OPEN时有可用输入变量的时候。 www.ibm.com 7. You can defer query optimization until input variables are known at runtime with the REOPT guideline. 可以使用REOPT指南,将查询优化推迟到运行时输入变量已知的时候。 www.ibm.com 8. Large buffer pools also have an effect on query optimization, since more of the work can be done in memory. 大型缓冲池还会对查询优化产生影响,因为更多的工作可在内存中完成。 www.ibm.com 9. SQL Server uses the optimal access plan, but query optimization is limited by what is possible. SQLServer使用最佳访问计划,但查询优化会受到可访问内容的限制。 technet.microsoft.com 10. This will have an undesirable effect on query optimization. 这对于查询的优化有着不良的影响。 www-128.ibm.com 1. Query optimization technology in DB2 9. 7 provides increased efficiency for processing queries against relational views of XML data. DB29.7中的查询优化技术能够提高针对XML数据的关系视图的查询处理效率。 www.ibm.com 2. Query optimization concerns how to improve the performance of slow queries. 查询优化涉及到了怎样改进慢速查询的问题。 www.ibm.com 3. REOPT ONCE: Query optimization occurs once at query execution time, when the query is executed for the first time. REOPTONCE:查询执行中只发生一次查询优化,即在查询第一次执行时。 www.ibm.com 4. She has been working in the area of query optimization for five years. 她在查询优化领域有五年的工作经验。 www-128.ibm.com 5. During query optimization, SQL Server looks for queries or index operations that might benefit from parallel execution. 在查询优化过程中,SQLServer将查找可能会受益于并行执行的查询或索引操作。 msdn2.microsoft.com 6. The value is used only during query optimization, and not during query execution. 仅在查询优化期间使用该值,在查询执行期间不使用该值。 msdn2.microsoft.com 7. In this case, it is obvious, as we changed the DFT_QUERYOPT (default query optimization) on test system from 5 to 3. 本例中,显然我们在测试系统上已经将DFT_QUERYOPT(默认的查询优化)从5修改为3。 www.ibm.com 8. You can specify for example what REOPT options to use, or what MQT table to consider or what query optimization to use. 例如,可以指定使用哪个REOPT选项,使用哪个MQT表,或者使用什么样的查询优化。 www.ibm.com 9. distributed databases; query optimization; marked-second semi-connected; dynamic allocation; database design; 分布式数据库;查询优化;标记二次半连接;动态分配;数据库设计; www.zidir.com 10. Study of data Query optimization algorithms in distributed database 分布式数据库中数据查询优化算法研究进展 service.ilib.cn 1. Query Optimization Tactics in Intelligent Heterogeneous Data Integration System 智能异构数据集成系统中的查询优化策略 www.ilib.cn 2. Query optimization depends on the accuracy of the distribution steps 查询优化依赖于分发步骤的准确性 msdn2.microsoft.com 3. The extreme element algorithm and its application in the global query optimization 极值组合元素算法及其在全局查询优化中的应用 www.ilib.cn 4. Multi-weighted tree based query optimization method for parallel relational database systems 基于多重加权树的并行数据查询处理方法 www.ilib.cn 5. The Object-Orientation-based Continuous Direction Query Optimization 基于对象方位的连续方向查询的优化技术 ilib.cn 6. Intelligent Prefetch Algorithm on Database Query Optimization 数据库查询优化中的智能预取技术 scholar.ilib.cn 7. A Distributed Query Optimization Algorithm on Distributed Information System 分布式信息系统的分布式查询优化算法 www.ilib.cn 8. Analysis and Application of Relation Database Query Optimization Strategy 关系数据库查询优化策略的分析与应用 ilib.cn 9. Linear-bushy-tree based query optimization algorithms for parallel database systems 基于线性浓密树的并行数据库查询优化算法 www.ilib.cn 10. An Approach of Dynamic Query Optimization in Heterogeneous Data Integration 一种异构数据集成中的动态查询优化方法 www.ilib.cn 1. Query optimization features using hints, explain plans, and profiling 使用提示、解释计划和分析的查询优化特性 www.ibm.com 2. Query optimization technique for parallel databases 并行数据库查询优化技术研究 www.ilib.cn 3. An Application Research on the Pipeline in Parallel Database Query Optimization 流水线技术在并行数据库查询优化中的应用研究 www.ilib.cn 4. Application of Simulated Annealing in Global Query Optimization 模拟退火算法在全局查询优化中的应用 www.ilib.cn 5. Query Optimization Tactics in Distributed Database System 分布式数据库查询优化策略研究 www.ilib.cn 6. One Improved Algorithm for Distributed Query Optimization 一种改进的分布式查询优化算法 www.ilib.cn 7. Dynamic Query Optimization Approach for Semantic Database Grid 语义数据库网格的查询优化算法 jcst.ict.ac.cn 8. Query Optimization Method of Database Based Distributed Database 谈基于分布式数据库的查询优化处理算法 www.ilib.cn 9. Research on the Semantic Query Optimization Method for Parallel Database 数据库的语义查询优化方法研究 www.ilib.cn 10. Exploration of query optimization and reasonable index of databases 浅析数据库的查询优化和合理索引 service.ilib.cn 1. Research on Query Optimization in Multi-Database Integration System 多数据库集成环境下查询优化研究 www.ilib.cn 2. A Study of Query Optimization Method Based on Equivalence of Relational Algebra 等价关系代数查询优化方法的研究 www.ilib.cn 3. Multimedia Data Query Optimization Base on Niches of Genetic Algorithm 基于小生境遗传算法的多媒体数据查询优化 scholar.ilib.cn 4. Query-Optimization Based Virtual Data Warehouse Model 基于查询优化的虚拟数据仓库模型 www.ilib.cn 5. A Query Optimization Strategy for Distributed Databases Based on the Principle of Minimizing Transmission Costs 基于传输代价最小原则的分布式数据库查询优化 www.ilib.cn 6. Algorithm Design of Expensive Predicate Query Optimization Mechanism Based on Algebra Tree Framework 代数树架构下高价谓词查询优化机制的算法设计 www.ilib.cn 7. Algorithm of Bottom-up Static Semantic Query Optimization 一种自底向上的静态语义查询优化算法 www.ilib.cn 8. Overview of Data Query Optimization Algorithms 数据查询优化算法综述 ilib.cn 9. Research on Data Model and Query Optimization of Electronic Map in Embedded GIS 嵌入式GIS中电子地图数据模型和查询优化问题的研究 ilib.cn 10. Semantic query optimization technology and application based on association rules 基于关联规则的语义查询优化技术及应用 ilib.cn 1. Parallel Query Optimization Techniques for Multi-Join Expressions Based on Genetic Algorithm 基于遗传算法的多连接表达式并行查询优化 www.ilib.cn 2. Query Optimization in Object-Oriented MIS of Railway Station 面向对象的车站综合信息系统的查询优化策略 www.ilib.cn 3. query optimization and cost estimation; 查询最佳化和估计成本; www.myoops.org 4. Research on Query Optimization to Large Sheet in Oracle Database 数据库中大型表查询优化的研究 88995.com 5. A New Distributed Relational-database Query Optimization Strategy Based on A Algorithm 一种新的基于A算法的分布式关系数据库查询优化 www.wanfangdata.com.cn 6. WWW-Based Database Query Optimization Design 基于WWW的数据库查询优化设计 www.ilib.cn 7. Native Query Optimization at Query Execution Time 执行时的本地查询优化 wiki.redsaga.com 8. Query optimization in main memory database system 内存数据库查询优化 ilib.cn 9. Research on method of distributed query optimization based on equivalent transformation 基于等价变换的分布式查询优化方法研究 ilib.cn 10. Query optimization in multidatabase systems 多数据库系统查询优化算法的研究 www.ilib.cn 1. The database query optimization strategies based on genetic algorithms 基于遗传算法的关系数据库查询优化策略 www.ilib.cn 2. Query Optimization Strategy of RDBMS 关系数据库系统的查询优化策略 ilib.cn 3. The Performance of DBS and Data Query Optimization 数据库应用系统性能与数据查询优化 ilib.cn 4. Research for XML Query Optimization Technology Based on Regular Path Expression 基于正则路径表达式的XML查询优化技术研究 www.ilib.cn 5. Parallel multi-join query optimization algorithm based on PC clusters 基于机群系统的并行多连接查询优化算法 www.ilib.cn 6. Query Optimization Based on GA in a RTMMDB 基于遗传算法的实时内存数据库查询优化 www.ilib.cn 7. Methods of query optimization based on MS SQL Server 数据库的查询优化方法 ilib.cn |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。