|
| Location of queries. |
![]() |
The most expensive queries are quickly localized and displayed using the PF5 function key : |
![]() |
| Display of Access Path : |
![]() |
In this example, SQL-TUNE indicates that the query has induced a scan on a table of several thousand rows, which explains the response time. |
![]() |
The initial order can be modified : |
![]() |
Then display of new access path : |
![]() |
Thus, after successive attempts, SQL-TUNE is able to write a query which has optimum access. |