SQL Server Execution Plans – Arrow Size

SQL Server Execution Plans – Arrow Size
Download PDF

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 less data (rows).

What that equates to is speed. Generally it is faster to move less data than more data, and anywhere that you see fat arrows in your execution plan is an indication of areas that could be slow.

Is there a way you could better filter your data to reduce the width of the arrows in your execution plan?

 

More from Stedman Solutions:

SteveStedman5
Steve and the team at Stedman Solutions are here for all your SQL Server needs.
Contact us today for your free 30 minute consultation..
We are ready to help!

Leave a Reply

Your email address will not be published. Required fields are marked *

*