The Explain view displays an abbreviated version of the Step statistics and Explain text that result from an Explain request in an SQL session. The view is available only when a query meets certain thresholds established by the Teradata Viewpoint Administrator. The information is read-only. Each Explain step is uniquely identified with a number, where the background color of the number box indicates status. If a query uses incremental planning, appears with two gray bars next to the running steps, indicating that the total number of steps can change as additional steps are generated. When all steps are generated, appears with three black bars next to the completed steps.
Step Information | Description |
---|---|
Step Number |
|
Confidence Level Indicator Icon | - No confidence in the estimate - Low confidence in the estimate - High confidence in the estimate - High confidence in the estimate due to a join index |
Estimated Time | Estimated execution time for the step |
Estimated Rows | Estimated number of rows for the step |
Actual Time | Actual CPU time consumed by the step, or blank if the step has not run |
Actual Rows | Actual number of rows for the step, or blank if the step has not run |