Skip to content

Query Execution Plan

Alexey Naumov edited this page Jun 28, 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 Execution Plan Button 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:

Execution Plan

You can click the rows of the execution plan to see their details (statistics) in the panel to the right of the plan.

CloudBeaver Documentation

Clone this wiki locally