Online Documentation for SQL Manager for MySQL

Viewing query plan


Using SQL Manager for MySQL, you can view the plan for each of the queries created and executed in the application. The query plan is available within the corresponding Plan tab.

 

To view the Plan of a query, open the query in SQL Editor and use the btnExplainQuery Explain query item of the Navigation bar or toolbar.

 

The Plan tab allows you to view the sequence of actions performed by the database server in the process of the query execution, and the amount of system resources used for the query execution.

 

SQL Editor - Viewing query plan

 

 

The Plan panel displays the operations as a list with the following columns: id, select_type, table, type, possible_keys, key, key_length, ref, rows, Extra.

Click a column caption to sort items by values of this column in the ascending or the descending mode.

Right-click within the panel to display the context menu allowing you to configure the set of visible columns or export the plan to any of supported formats.

 

If necessary, you can specify that the Plan tab appears automatically upon query execution in SQL Editor: select the CheckBox Explain query on execution option available within the Tools | SQL Editor section of the Environment Options dialog.