...丁网 价为163.24s=2.72min 数据库系统原理与设计 第 1 章 数据库系统概论 连接运算 索引循环嵌套连接(index nested-loop join, INLJ) 在嵌套循环连接中,如果内层循环的连接属性上有索引,则 可以用索引搜索替代文件扫描。
基于2个网页-相关网页
In the previous section you learned about one type of access method, index scan (IXSCAN), and one type of join method, nested loop join (NLJOIN).
在之前的部分您已经了解了一种类型的访问方法,即索引扫描(IXSCAN),和一种类型的联接方法,即嵌套循环联接(NLJOIN)。
This is a lot faster than a nested loop join of two table scans without any index usage.
这比不使用任何索引的两个表扫描的嵌套循环连接要快得多。
In general, a nested loop join with sort composite is favored by the optimizer if the inner index is well-clustered and the inner table is expected to be probed many times.
一般来说,如果内部索引是良好的集群且预测内部表被多次探测,则使用复合排序的嵌套循环联将受到优化器的青睐。
应用推荐