When teaching people about how to use SQL Server Execution Plans, one thing that is commonly overlooked is the size of the arrows between different operators in the plan.  How fat the arrow is, is an indication of how many rows are being moved from one operator to the next.  Larger arrows move more data (rows), and narrow arrows move …

SQL Server Execution Plans – Arrow Size Read more »