Skip to main content

Parallel query tree

Home > Select Project > Analysis > Parallel Query Tree

Parallel Query Tree provides the function to analyze the trend of parallel queries per day. The slave processes that perform actual tasks and the coordinator processes that assign tasks to them are distinguished, and overall executions are displayed in an easy-to-understand manner. It can help determine what purpose it was used for by providing information about parallel queries performed at a specific time point.

Basic screen guide

Parallel Query Tree

In number1 Instance, select the instance to search parallel queries from, and then number2 set the Date, Start time, and End time.

You can check the trend of parallel queries that meet the set conditions through a graph chart, and the structure of coordinators and slaves is represented in the form of tree.

Column information guide

ItemDescription
block_updatesNumber of block updates.
client_pidPID of the client process.
eventName of the waiting event.
logon_timeTime when the session logged in the database.
logical_readsNumber of logical read operations.
machineName of the machine on which the session is running.
moduleName of the running module.
physical_readsNumber of physical read operations.
pidPID of the database process.
prev_sql_paramParameter of the previously executed SQL.
prev_sql_textText of the previously executed SQL statement.
prog_nameName of the program running the session.
seq#Value indicating the sequence number of the session.
sidSession ID that uniquely identifies the session.
sql_etSQL execution time.
sql_paramParameters used to execute SQL.
sql_textText of the SQL statement being executed.
statusStatus of the session.
usnUndo segment number.
used_blkNumber of used blocks.
used_recNumber of used records.
usernameName of the user running the session.
wait_timeWaiting time.
Note

WhaTap basically stores the client-related information.