nested loop meaning in English
嵌套循环连接
Examples
- Join plan directives that force optimizer to use the designated join method to join tables in the query , either nested loop join , sort merge join , or dynamic hash join
连接计划指示,强制优化器使用指定的连接方法来连接查询中的表,要么是嵌套循环连接、分类合并连接,要么是动态哈希连接。 - But both are far less clear than the list comprehension style . with some programmer practice , list comprehensions can substitute for most uses of functional - style built - ins and also for many nested loops
Txt2html的本地版本可以访问远程url ,就像访问本地文件一样,但它还不能保证它自身是最新的! - This paper revealed an optimized strategy to search for systolic array transformations for nested loops , when the upper and lower bound of inner index was affine functions of there outer loop indexes
对于多重循环中,当内层迭代的上下界为外层迭代的仿射函数时,介绍了搜索脉动变换的一个优化策略和相应的自动化算法。 - This paper revealed an optimized strategy to search for systolic array transformations for nested loops , when the upper and lower bound of inner index was affine functions of there outer loop indexes
摘要对于多重循环中,当内层迭代的上下界为外层迭代的仿射函数时,介绍了搜索脉动变换的一个优化策略和相应的自动化算法。 - In addition , setting forceplan to on forces the use of a nested loop join unless other types of joins are required to construct a plan for the query , or they are requested with join hints or query hints
此外,在将forceplan设置为on的情况下,如果不需要其他类型的联接来构造查询计划,或者使用联接提示或查询提示请求了其他联接类型,则会强制使用嵌套循环联接。