V$PQ_TQSTAT
contains statistics on parallel execution operations. The statistics are compiled after the query completes and only remain for the duration of the session. It displays the number of rows processed through each parallel execution server at each stage of the execution tree. This view can help determine skew problems in a query's execution. (Note that for PDML, information from V$PQ_TQSTAT
is available only after a commit or rollback operation.)
Column | Datatype | Description |
---|---|---|
|
|
Data flow operator (DFO) tree number to differentiate queries |
|
|
Table queue ID within the query, which represents the connection between two DFO nodes in the query execution tree |
|
|
The role in table queue - producer/consumer/ranger |
|
|
The number of rows produced/consumed |
|
|
The number of bytes produced/consumed |
|
|
Time (seconds) the table queue remained open |
|
|
Time (minutes) for a message to be dequeued after it enters the queue |
|
|
The number of waits encountered during dequeue |
|
|
The number of timeouts when waiting for a message |
|
|
Process ID |
|
|
Instance ID |
|
|
The ID of the container to which the data pertains. Possible values include:
|