Skip to content

Query Execution Plan

Alexey Naumov edited this page Jul 2, 2021 · 10 revisions

Execution Plan

If a database driver supports the visualization of the execution plan, you can see the execution plan of the query by pressing Ctrl+Shift+E or clicking Explain execution plan button Execution Plan Button in the main toolbar. The execution plan command generates a tree of query execution as one of the result tabs and is convenient in estimating if the query/script is quick/optimal enough.
You can click the rows of the execution plan to see their details (statistics) in the panel to the right of the plan.

Execution Plan

CloudBeaver Documentation

Clone this wiki locally