单词 | parallel execution | ||||||||||||
释义 | parallel execution
更多释义 收起释义 例句释义: 并行执行,平行执行,平行处理 1. The serial execution cost of the query is not high enough to consider an alternative , parallel execution plan . 查询的串行执行成本并不过高,无需考虑替代的并行执行计划。 www.bing.com 2. The ideal threshold for choosing between sequential and parallel execution is a function of the cost of coordinating the parallel tasks. 用于选择顺序和并行执行方法的理想阙值是协调并行任务的成本。 www.ibm.com 3. GridShell allows each task in a parallel execution further control of its execution role through environment variables. GridShell可以通过环境变量对并行执行的每个任务进一步控制它的执行角色。 www-128.ibm.com 4. In the meantime, with the parallel execution of misuse detection and anomaly detection, the system efficiency is greatly improved. 该系统模型采用基于事件序列聚类的异常检测技术,以有效降低检测误报率; www.fabiao.net 5. in most cases, a query involves some operators that either cannot be parallelized, or that slow down parallel execution. 大多数情况下,查询包含某些无法进行并行化或会减慢并行执行速度的运算符。 technet.microsoft.com 6. Applications that benefit from increased parallel execution are the type that divide the problem into multiple smaller tasks. 从增加并行执行中获益的应用程序将问题分解为多个较小的任务。 www-128.ibm.com 7. As the task size increased, so did the difference in execution time between remote parallel execution and local execution. 随着任务量的增加,远程并行执行和本地执行所需时间的差别也越来越明显。 www.ibm.com 8. That is, it always initiates parallel execution (unless it has just a single outgoing sequence flow, of course). 也就是说,它总是会发起并行执行(当然,除非它只有一个流出序列流)。 www.ibm.com 9. VLIW chips don't need most of the complex control circuitry that superscalar chips must use to coordinate parallel execution at runtime. vliw芯片不需要超级标量芯片为运行时协调并行处理所采用的复杂控制电路。 www.ayste.com 10. Remote parallel execution was not favorable for smaller tasks because the overhead for communication between the machines was significant. 远程并行执行并不适合小型任务,因为机器间通信的系统开销不容忽视。 www.ibm.com 1. A serial execution plan is considered faster than any possible parallel execution plan for the particular query. 对于特定的查询,认为串行执行计划快于任何可能的并行执行计划。 msdn2.microsoft.com 2. The principal benefit of using the fork-join technique is that it affords a portable means of coding algorithms for parallel execution. 使用fork-join技术的主要好处是,它提供了一种编写并行执行的算法的简便方法。 www.ibm.com 3. If both branches are triggered, the inclusive decision leads to a parallel execution of Task 2 and Task 3 in the same way as a fork. 如果全部触发这两个分支,则包含性决策将导致Task2和Task3并行执行,其效果与fork类似。 www.ibm.com 4. The second HPC pattern, divide-and-conquer, is also known as highly parallel execution. 第二种HPC模式,即分治模式,也称为高并行执行。 www.ibm.com 5. Keyword to indicate resource requirements for selecting the hosts for parallel execution. 关键字来说明对选来并行执行程序的主机的要求。 www-128.ibm.com 6. The parallel branches are joined again in a join, which ends the parallel execution. 这两个并行分支在join处再次联接,从而结束并行执行。 www.ibm.com 7. Added information about when the query optimizer does not use a parallel execution plan. 添加了查询优化器无法使用并行执行计划时的相关信息。 msdn2.microsoft.com 8. For more information about parallel execution, see Degree of Parallelism. 有关并行执行的详细信息,请参阅并行度。 msdn2.microsoft.com 9. If an application needs true parallel execution of commands against a server, multiple connections should be used. 如果应用程序需要对服务器真正地并行执行命令,应使用多个连接。 msdn2.microsoft.com 10. On my parallel VM, VM features are thread-free, this means that parallel execution is available. 在我的并行VM上,VM是线程自由的,也就是说并行执行是可行的。 www.infoq.com 1. Flow-based processes are those that allow parallel execution of activities. Flow-based流程允许活动的并行执行。 www.ibm.com 2. This means that remote parallel execution consumed less time on larger tasks. 这就是说,当执行大型任务时,远程并行执行消耗的时间较少。 www.ibm.com 3. Parallel execution can also be modeled using the Fork construct. 也可以使用Fork结构来对并行执行程序建模。 www.ibm.com 4. The SQL Server optimizer will use a parallel execution plan to return results if the load on the server will not be adversely affected. 因此如果不对服务器的负荷产生负面影响,SQLServer优化器将使用并行执行计划返回结果。 technet.microsoft.com 5. However, some operators, such as sorting and scanning, can still benefit from parallel execution. 不过,某些运算符(例如,排序和扫描)仍能从并行执行中获益。 technet.microsoft.com 6. For these queries, SQL Server inserts exchange operators into the query execution plan to prepare the query for parallel execution. 对于这些查询,SQLServer会将交换运算符插入查询执行计划中,以便为查询的并行执行做准备。 msdn2.microsoft.com 7. The reason is that the synchronized block in Listing 5 prevents parallel execution. 其原因是清单5的同步代码阻止了并行执行。 www.ibm.com 8. During query optimization, SQL Server looks for queries or index operations that might benefit from parallel execution. 在查询优化过程中,SQLServer将查找可能会受益于并行执行的查询或索引操作。 msdn2.microsoft.com 9. Each query in the request may start multiple threads (tasks), if a parallel execution plan is used. 如果使用并行执行计划,则请求中的每个查询可以启动多个线程(任务)。 msdn2.microsoft.com 10. With goroutines, parallel execution of code is easy. 有了goroutine,代码的并行执行就容易了。 www.infoq.com 1. Similarly, a task may wish to wait on input data from another task in the parallel execution of a command by specifying the 类似地,任务可能会希望等待并行执行该命令的其他任务输入数据,这可以通过在重定向输入时指定 www-128.ibm.com 2. 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 3. A Parallel Execution Oriented Global Illumination Algorithm 一种面向并行实现的全局光照算法 www.ilib.cn 4. To prevent a parallel execution plan from being generated on this query, create the following plan guide 若要防止为该查询生成并行执行计划,请创建以下计划指南 technet.microsoft.com 5. The stop node in parallel execution branches 并列执行的分支中的停止节点 www.ibm.com 6. Parallel Execution of Multi-Join Query 多元连接查询的并行执行 www.ilib.cn 7. LUN Shu-Xian. Research on the Classification of Parallel Execution Modes of ACP Theory. Acta Automatica Sinica, 2012, 38(10): 伦淑娴.ACP理论的平行执行方式分类研究.自动化学报,2012,38(10): blog.sina.com.cn |
||||||||||||
随便看 |
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。