Skip to content

Commit 74ecf0e

Browse files
authored
Update README.md
1 parent 263a669 commit 74ecf0e

File tree

1 file changed

+10
-8
lines changed
  • data-platform/core-converged-db/real-application-testing/sql-performance-analyzer/scripts-spa

1 file changed

+10
-8
lines changed

data-platform/core-converged-db/real-application-testing/sql-performance-analyzer/scripts-spa/README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## scripts-spa
2-
This folder provides SQL scripts for the usage of SQL Performance Analyzer. They can be used to test changes on the same system or to run tests on a remote server.
2+
This folder provides SQL scripts for the usage of SQL Performance Analyzer (SPA). They can be used to test changes on the same system or to run tests on a remote server.
33

44
Before you start with SQL Performance Analyzer, you need to provide a SQL Tuning Set.
55
For more information see also:
@@ -8,7 +8,7 @@ For more information see also:
88
Please note all SQL Performnace Analyzer tasks require the privilege ADVISOR.
99

1010
## SQL Performance Analyzer Scripts
11-
Please follow the steps in the suggested order. In step 2 you can decide between two testing scenarios. The tuning of regressed statements with SQL Plan Baselines at the end is optional.
11+
Please follow the steps in the suggested order. In step 2 you can choose between two test scenarios - on the same system or on a remote system. The tuning of regressed statements with SQL Plan Baselines at the end is optional.
1212

1313
1. Create and monitor the tuning task and executions
1414
- Create a SPA task : create-spa-task.sql
@@ -22,23 +22,25 @@ Change the system
2222
- Execute second trial: trial-execute.sql
2323

2424
Scenario B:
25-
2. Import STS on the remote system and use execution statistics for the first trial
26-
- Use Stats for the first trial: trial-use-stats.sql
27-
- Execute more then one trial : trial-execute.sql
25+
2. Import STS on the remote system and use execution statistics for the first trial
26+
- Use the executions statistics for the first trial: trial-use-stats.sql
27+
- Execute the trial (more than once is recommended): trial-execute.sql
2828

2929

30-
3. Generate the comparition results
30+
3. Generate the comparison results
3131
- Compare performance of two executions: compare-performance.sql
3232

3333
4. Generate reports
3434
- Generate summary report in HTML : report-summary.sql
3535
- Generate detailed report in HTML: report-all-details.sql
3636

3737

38-
Optional: Tune regressed statements with SQL Plan Baselines
38+
Optional:
39+
Tune regressed statements with SQL Plan Baselines
3940
1. Create STS for regressed statements: create-sts-regressed.sql
4041
2. Load original plans : loadplans-for-regressed.sql
41-
License
42+
43+
# License
4244
Copyright (c) 2023 Oracle and/or its affiliates.
4345

4446
Licensed under the Universal Permissive License (UPL), Version 1.0.

0 commit comments

Comments
 (0)