Estimated vs. Actual Number of Rows in Nested Loop Operators
Category:
query-performance
, sql-server
This is one of those little detailsΒ that confused me a ton when I was first working with execution plans.
One problem with learning to work with plans is that there’s just SO MUCH to look at. And it’s a bit spread out. So, even when looking at a single tooltip, things can be confusing.
Let’s talk about the nested loop operator, who can be particularly weird to understand.
