Udostępnij przez


Nested Loops Showplan Operator

The Nested Loops operator performs the łączyć wewnętrzne, left łączyć zewnętrzne, left semi łączyć, and left anti semi łączyć logical operations.

Nested loops joins perform a search on the inner table for each row of the outer table, typically using an index.Microsoft SQL Server decides, based on anticipated costs, whether to sort the outer input in order to improve locality of the searches on the index over the inner input.

Wszystkie wiersze, które spełniają (opcjonalnie) predykat w Argument kolumn są zwracane w postaci, oparte na logiczne operacji wykonywanych.

Nested Loops jest operator fizycznych.

Ikona planu wykonywania graficzny:Nested loops operator icon