Table of Contents
PPEM supports visualization of query plans that can
be retrieved using the EXPLAIN command. For more information
about this command, refer to the
official
Postgres Pro documentation.
The visualization contains a tree of query plan nodes and allows you to navigate between them. Each node has a unique name and corresponds to the specified stage of query execution. Clicking on a node name displays expanded information about this node.