Spools typically appears in two places of a plan. One where it is being written to, and one where it is read.
Keep in mind that the costs are estimates, and nothing you should pay that much attention to.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Anyone saw any execution plan starting with a table spool ? and also it cost is grater than 100%
Spools typically appears in two places of a plan. One where it is being written to, and one where it is read.
Keep in mind that the costs are estimates, and nothing you should pay that much attention to.
Hi @sakuraime ,
Spool is a physical operator that shows up in the execution plan. Query optimizer uses spools when it thinks that it’s better to put data in the temp table rather than hitting a table again and again using seeks and scans.
Check if below blog could help you.
There are many reasons for the total to be >100% on the estimated plan. There was a problem in SSMS which caused this. However, it is still possible. Make sure you have the current version of SSMS installed.