Skip to content

Commit c412e43

Browse files
authored
Merge pull request MicrosoftDocs#8214 from LorraineBigmore/patch-1
Update intelligent-query-processing-details.md
2 parents 3a01cac + 57fc929 commit c412e43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/relational-databases/performance/intelligent-query-processing-details.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ Contrast the prior plan with the actual plan generated with interleaved executio
7373

7474
MSTVF referencing statements in interleaved execution must currently be read-only and not part of a data modification operation. Also, MSTVFs are not eligible for interleaved execution if they do not use runtime constants.
7575

76+
Using the query hint `OPTIMIZE FOR` parameters may not be eligible for interleaved execution and could disable the feature for the query.
77+
7678
### Interleaved execution benefits
7779

7880
In general, the higher the skew between the estimated vs. actual number of rows, coupled with the number of downstream plan operations, the greater the performance impact.

0 commit comments

Comments
 (0)