Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

Visual SQL Tuning is not available in SQL Query Tuner DB Optimizer Developer. 

SQL Query Tuner DB Optimizer can now parse an SQL query and analyze the indexes and constraints on the tables in the query and display the query in graphical format on The Visual SQL Tuning (VST) diagram, which can be displayed in either Summary Mode or Detail Mode. This helps developers, designers and DBAs see flaws in the schema design such as Cartesians joins, implied Cartesians joins and many-to-many relationships. The VST diagram also helps the user to more quickly understand the components of an SQL query, thus accelerating trouble- shooting and analysis. 

...

Anchor
_CHANGING_DIAGRAM_DETAIL
_CHANGING_DIAGRAM_DETAIL
Changing

...

diagram detail display

This section is comprised of the following topics:

Choosing the

...

tuning statement and generated case to analyze

If, from the Overview tab, you have run the tuning job using more than one tuning statement, from the Analysis tab, you can choose to see the SQL analysis of any one of the tuning statements.

  1. On the Analysis tab, click the Select statement of interest list and choose the tuning statement you want to see analyzed here.

    Notice that next to the statement of interest box another list ->ROOT. This shows that the statement being analyzed is the original statement, without any of the generated cases. This is the default selection.
  2. To choose the generated case to be analyzed, click the second Select statement of interest list and choose a generated case.

    After you make your selections, a new analysis is performed taking into consideration the statement and case you chose. A new diagram is displayed and the Index Analysis, Table Statistics, Column Statistics And Histograms, and Outlines are recalculated and updated.

Viewing the VST

...

diagram legend

Click the Diagram Legend toggle [] to view the legend and then click it again to hide it. All the icons used in the VST diagram are identified and in the Diagram Legend.

Viewing

...

table counts and

...

ratios

To view or hide table counts, two table join sizes and filtered result set ratios, click the Ratios and Counts icon [].

...

You can also view the SQL Query that created a relationship by hovering over the relationship. If the tool tip content is larger than the size of the tool tip rectangle, you can hover the mouse on top of the tooltip for a second, and then it will turn into a dialog you can re-size, scroll in, and select text from to copy into the Clipboard.

Viewing the Explain Plan

Info

The Explain Plan is available only for the Oracle 10g platformand later platforms.

Hover the mouse over the VST diagram to see the Explain Plan icon [  and then click it to view the Explain Plan Overlay. Click the Explain Plan icon again to hide the overlay.

...

Hover the mouse over the objects or relationships in the overlay to view additional details.

Viewing the VST

...

diagram in Summary

...

mode

By default the diagram displays Summary Modemode, showing only table names and joins, as seen in the following illustration

Viewing the VST

...

diagram in Detail

...

mode

By default, the VST diagram displays in Summary Mode, but by clicking the Detail Mode/Summary Mode switch.

...

Additional details of the tables display, including table columns and indexes

Changing

...

detail level for a

...

specific table

You can also switch between Summary Mode and Detail Mode for a specific table or view, by double-clicking the object name.

Viewing

...

all table fields

By default, only fields that are used in the WHERE clause are displayed in detail mode; however, if you right-click the table you can choose to display even unused columns as follows:

...

All the columns in the table are shown, and not just the ones used in the WHERE clause of the SQL statement.

Viewing

...

diagram object SQL

While in Detail Mode, hovering the mouse over the sub query, table name, field, or index displays the SQL required to create that object.

...

Hovering over the join between two tables displays the relationship between the two tables.

Expanding

...

views in the VST

...

diagram

If there are views in the Visual SQL Tuning diagram, they can be expanded by right clicking the view name and choosing Expand View.

...

Notice in the view expansion a list of all the indexes on all the underlying tables in the views and sub views and which of those indexes is used in the default execution plan.

Viewing the Oracle

...

explain plan overlay

Info

This option is only available for Oracle versions 10 and higher.

Click the Explain Plan toggle [], you can choose to view or hide the Explain Plan details. The additional nodes shown in the Explain Plan overlay provide details on the flow of the query plan, with operations (such as nested loops, sorts, and joins) showing connecting tables and other operations. Hover the mouse over the objects or relationships to view additional details.

Expanding

...

subqueries and

...

nested subqueries

Double-click queries to expand them or right-click the query and select Expand Query from the menu that appears. The following shows several layers of nesting queries.


Scroll pdf ignore
Automate SQL tuning and profiling with DB Optimizer. Learn more > >