dba_userDelay
Retrieve Teradata user delay metrics for analyzing database performance and identifying bottlenecks within specified date ranges to optimize query execution and system efficiency.
Instructions
Get the Teradata user delay metrics for a specified date range.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
end_date | Yes | ||
start_date | Yes |
Input Schema (JSON Schema)
{
"properties": {
"end_date": {
"title": "End Date",
"type": "string"
},
"start_date": {
"title": "Start Date",
"type": "string"
}
},
"required": [
"start_date",
"end_date"
],
"type": "object"
}