QryLogExplainV - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
ft:locale
en-US
ft:lastEdition
2024-12-11
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905

Category: Query

Database: DBC

View Column Data Type Format Description
ProcID DECIMAL(5,0) NOT NULL -(5)9 The process ID of the dispatcher.
CollectTimeStamp TIMESTAMP(6) NOT NULL YYYY-MM-DDBHH:MI:SS.S(6) (Prime Key) Time and date when the DBQL Explain cache was written.
QueryID DECIMAL(18,0) NOT NULL --Z(17)9 System-wide unique ID to identify the query.
ExpRowNo INTEGER NOT NULL --,---,---,--9 Needed in case multiple rows are used for Explain text. If the additional Explain text uses more than 31000 characters, the system generates multiple rows.
ExplainText VARCHAR(31000) UNICODE NOT CASESPECIFIC NOT NULL X(31000) Full Explain Text segment.
ParentReqStartTime TIMESTAMP(6) YYYY-MMDDBHH:MI:SS.S(6) The time when the parent request was submitted.
ParentQueryID DECIMAL(18,0) --Z(17)9 The parent system generated query id for this query.