You can analyze the impact of new indexes on your SQL statement's execution plans before you physically create the indexes on your database. You can create indexes in Optimize SQL or Optimize Indexes and then send the index or indexes to Analyze Impactto evaluate the impact on your SQL workload.
Use the Optimize SQL module to generate index alternatives for a single SQL statement. Or use the Optimize Indexes module to generate index alternatives for a SQL workload or group of SQL statements.
To send indexes to Analyze Impact from Optimize SQL
-
Generate index alternatives using the Index Generation feature in Optimize SQL.
-
Select the virtual index alternative you want to use for the analysis in the Alternatives pane in Optimize SQL.
-
Click in Optimize SQL. A new Analyze Impact session opens.
-
The Indexing Change Details page is populated with the new index that you sent from the Optimize SQL session. Use this page to modify the index, if necessary.
- When you have finished modifying the index, click to start collecting the SQL to evaluate.
To send indexes to Analyze Impact from Optimize Indexes
-
Generate index alternatives in Optimize Indexes.
-
In the Optimize Indexes session, select the Results tab.
-
On the Results page, in the Results Summary pane, click Send to Analyze Impact. A new Analyze Impact session opens.
-
The Indexing Change Details page is populated with the new indexes that you sent from the Optimize Indexes session. Use this page to modify the index or indexes, if necessary.
-
When you have finished modifying the indexes, click to start collecting the SQL to evaluate.
Start the discussion at forums.toadworld.com