Easily find issues by searching: #<Issue ID>
Example: #1832
Easily find members by searching in: <username>, <first name> and <last name>.
Example: Search smith, will return results smith and adamsmith
Aqua Data Studio / nhilam |
Follow
827
|
Aqua Data Studio’s Visual Explain provides visual display of an execution plan for a query, allowing for query tuning to enhance query and server performance. ADS provides a "Show Execution Plan" option in the Main Application Toolbar. If this option is enabled an execution plan will be generated for each query executed in the results Execution Plan tab. Multi-execution plans are supported and executing a script will generate multiple execution plans. Aqua Data Studio also provides an "Execute Explain" button in the query window which will generate an execution plan for the current query or the highlighted queries in the Query Analyzer without executing the query. The visual explain plans have an identical layout for most databases except for the row information for each node operation, which contains specific column information according to the specific database server and version. There are 2 ways that ADS can be used in comparing execution plans of queries. The first option is to "Execute Explain" on 2 highlighted queries at the same time, which will give you 2 visual explains in the results to compare. The second option is to open 2 popup Query Windows and execute a single query in each window to be compared side-by-side. Before you begin using visual explain you may want to review the default settings according to your database vendor and version. You may change the settings in the File->Options->Explain tab. It is also possible to add execution plans to the Visual Explain Whiteboard. Right Click on the contents of the Execution Plan to add that Plan to the Explain Whiteboard for quick comparison of execution time from multiple queries in one window. Explain Diagrams can be generated from Execution Plans and saved as JPEG or PNG images for sharing. Each operation's details can be viewed and the color of critical operations can be altered to assist in highlighting important bottlenecks and steps in the execution process. Diagram objects can be repositioned to create meaningful images for others. Microsoft SQL Server does not have any configurable settings and works from installation by only enabling the execution plan. For Oracle, the default settings should also work from installation. ADS will create and drop an explain table every time the user executes a query or executes explain with a dynamic explain table name using the session id, so the explain tables are not confused by simultaneous users. If you would like to manually configure and create an explain table for all of your users, you may do so and have all ADS users configure their ADS installation to access that specific table. DB2 should also work out of the box, which by default will create the explain tables if they do not exist but will not drop them. The reason for the different configurations for the 3 different databases is because of the different implementations by the database vendor. Microsoft SQL Server’s explain plans can be easily enabled by issuing an SQL statement which will return explain plan resultsets. Oracle allows a user to execute an EXPLAIN statement which provides an option to place the explain data in an explain table of the user’s choice. DB2 also provides an EXPLAIN statement which will only insert data into a defined explain plan table. The issues arise in supporting explain plans for concurrent users. The ADS Oracle and DB2 LUW explain implementations will create explain data in the explain tables identified by a Globally Unique Identifier (GUID) and a statement id to ensure concurrency. Currently, ADS supports execution plans for Oracle, DB2 LUW, DB2 z/OS, Microsoft SQL Server, MySQL, PostGreSQL, Redshift, Greenplum, ParAccel, Teradata Aster, Netezza and Sybase. The codebase is in place to support execution plans for any database which supports explain plans through the retrieval of a resultset. Oracle and DB2 support explain plans through explain tables, and Microsoft SQL Server supports them through returned resultsets. If other databases include this type of support, ADS can easily be made to support visual explains for those databases. The Visual Explain Plan offers insight into the execution of SQL Statements and helps the user isolate potential performance bottlenecks. Each operation (Join, Sort, Index Scan, etc) is displayed with statistics about the resources required to perform the task. When enabled, coloring of operation costs mark bottleneck issues.The Explain Plan grid has several right click pop-up menu options for viewing the results in different ways and highlighting areas of interest:
The Explain Plan grid provides the following vendor-specific information regarding each operation:
SQL Server
DB2 LUW
DB2 z/OS (9.1, 10.1, 11.1)
Explain Plans for PostGreSQL, Redshift, Greenplum, ParAccel, Teradata Aster and Netezza These database's display a text based Explain which means that the output for the execution plan will not be in grid format like the databases listed above. In General, the execution plan will display query cost, table scan or index related access, join information and sort information. Each database might have the output layout a little different but the content should be similar across these databases. The content that is displayed is based on what the database server returns to Aqua Data Studio. |
|
Explain Plan for Sybase 12.5 and 15.x TEXT Explain The TEXT Explain option displays a text formatted version of the explain plan, with an associated Explain grid underneath it. There are columns within the grid for Total Logical Reads, Total Physical Reads, Scan Count, Regular Reads Logical, APF Reads Logical, Regular Reads Physical, APF Reads Physical and APF IOs. XML Explain With the XML Explain option selected, the Explain Plan displays a diagram which allows clicking nodes to view details for those nodes in the Details tab. Mouse hover over nodes also produces a tool-tip containing statistics for that node. The Details tab displays information about the currently selected node in the Diagram, including information on
The XML tab displays the full XML document created by the server of the Explain. The Advanced tab displays:
|
|
Execution Plan for Sybase IQ 15.x and Sybase IQ 16.0 When executing a query it is possible to view Execution Plans for Sybase IQ 15.x and Sybase IQ 16.0. Once the query executes and the Execution Plan Results Tab is viewed, there are three possibilities for viewing:
The Query Plan displays a diagram which allows clicking nodes to view details for the clicked node in the Details tab. The Query Timing Chart displays a color-coded HTML table of the Query Timing with Elapsed Time, Threads, CPU use and Wall Time. The Query Timing Chart offers a color-coded Timing Legend to indicate the elapsed time within each operation for:
Query Text displays server version information and the content of the query being executed. |
|
About AquaClusters Privacy Policy Support Version - 19.0.2-4 AquaFold, Inc Copyright © 2007-2017