Generating access plan graph
Access plan graph is a visual representation of an access plan. You can choose to generate an access plan graph for selected SQL statements that reside on a connected Db2 subsystem, by using appropriate tuning options.
About this task
Access plan graph describes both the operational details of query execution and how the data flows. A leaf node of an access plan graph is either a table node, or an index node that represents a data source in the query execution plan. Typically, a table node is at the bottom of the graph, and the access plan proceeds upward from there.
Procedure
To generate an access plan graph: