- HostIdIn
- Logical ID of a host (or client) with sessions logged on.
- SessionNoIn
- Session number of the SQL to monitor.
- RunVprocNo
- PE vproc number where the session runs.
- HostId
- Logical host ID associated with a PE or session. For a PE, HostId identifies one of the hosts or LANs associated with the described PE. For a session, the combination of a host ID and a session number uniquely identifies a user session on the system.
- SessionNo
- Number of the current session. With a given host ID, a session number uniquely identifies a session on the database system. This value is assigned by the host (or client) at logon time.
- DynamicPlan
- Plan type:
- 0 = Static plan
- 1 = Dynamic plan
- PartialSteps
- Possible values:
- 0 = All steps are returned
- 1 = Partial plan or no plan is returned
If a partial plan is returned, this indicates the steps for the final plan fragment of the dynamic explanation of the request has not yet been generated.
If no plan is returned, this indicates the request has been throttled and is in the delay queue.
- StepNum
- Unique number identifying the EXPLAIN step.
- Confidence
- Confidence level as determined by the optimizer:
- 0 = None
- 1= Foreign Key
- 2 = Low
- 3 = High
- EstRowCount
- Estimated row count generated from the Optimizer plan for this step.
- ActRowCount
- Actual row count returned from the AMP for this step.
- EstRowCountSkew
- Estimated row count for the skew split spool in PRPD, which contains the rows with skewed values of this spool.
- ActRowCountSkew
- Actual number of rows for the skew split spool in PRPD.
- EstRowCountSkewMatch
- Estimated row count for the skew match split spool in PRPD, which contains the rows with skewed values of the other relation to be joined with this relation.
- ActRowCountSkewMatch
- Actual number of rows for the skew match split spool in PRPD.
- EstElapsedTime
- Estimated time for the query as generated from the Optimizer plan.
- ActElapsedTime
- Actual elapsed time calculated by the dispatcher.
- SQLStep
- Generated text for the step.