After the Index Suggestion Engine (ISE) generates an index suggestion for a slow query, you can test the index to see if it improves execution time.
If
you're evaluating an index suggestion on a non-production instance, you can run this test after creating the index to get immediate results on index performance.
このタスクについて
This test is an optional assessment of the index. The test isn’t part of the 14-day index evaluation
process
that automatically occurs after you create an index. 注: Index test results from your non-production instance might not necessarily predict similar performance results on your production instance.
手順
-
Open the Index Suggestion record for the index that you want to test:
-
Navigate to .
-
In the Index Suggestions table, select the table associated with the index suggestion you want to view in the Table Name column.
-
In the Index Suggestion record, select Test Performance to start the performance test.
-
When the Test Index Suggestion progress indicator shows that testing is complete, select Go to Result.
-
In the Query Performance Test Results form, compare the Average with index and Average without index fields to see if the index improved the query time.
In the following example, the index improved the query time. The
Forced check box is cleared, indicating that the database is using the index. If the check box is selected, the database is forced to
use the index during the test, but not outside of the test.
-
Select the back arrow to navigate back to the Index Suggestion record for the table.
The result of this index performance test doesn’t change the index state recorded in the Index Suggestion record.