Interpreting the Estimated Execution Plan
From: Sky Fly (nobody_at_blackhole.com)
Date: 04/21/04
- Next message: Tibor Karaszi: "Re: SP1 does not work"
- Previous message: Tibor Karaszi: "Re: ATL and MFC in Extended Stored Procedure"
- Next in thread: Jacco Schalkwijk: "Re: Interpreting the Estimated Execution Plan"
- Reply: Jacco Schalkwijk: "Re: Interpreting the Estimated Execution Plan"
- Reply: Eric Sabine: "Re: Interpreting the Estimated Execution Plan"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 21 Apr 2004 12:12:47 +0100
Hello,
I'm trying to improve the performance of a query, and one
of the tools I'm turning to in this regard is the Estimated
Execution Plan shown in Query Analyzer. I have the following
questions:
1. I notice that each of the icons shown in the plan has a
'cost' associated with it, which is expressed as a percentage
and is shown in a label that you can see if you move the mouse
over the icon. If an icon has a high cost, does it mean that
I have to improve performance on the table that the icon is
associated with?
2. The icon labels have different captions - like 'Index Seek',
'Constant Scan' or 'Table Scan'. I guess that a 'Table Scan'
is potentially bad news, especially if the table that is being
scanned is very large, so this would tell me that I should
look at putting an index on the table. Are there other similar
interpretations I can make from the various other captions
to improve my performance?
TIA,
-- Akin aknak at aksoto dot idps dot co dot uk
- Next message: Tibor Karaszi: "Re: SP1 does not work"
- Previous message: Tibor Karaszi: "Re: ATL and MFC in Extended Stored Procedure"
- Next in thread: Jacco Schalkwijk: "Re: Interpreting the Estimated Execution Plan"
- Reply: Jacco Schalkwijk: "Re: Interpreting the Estimated Execution Plan"
- Reply: Eric Sabine: "Re: Interpreting the Estimated Execution Plan"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|