dba_userDelay
Analyze Teradata user delay metrics for a date range to identify performance issues. Specify start and end dates, optionally persist results as a volatile table.
Instructions
Get the Teradata user delay metrics for a specified date range.
Arguments: start_date - The start date for the query range in YYYY-MM-DD format. end_date - The end date for the query range in YYYY-MM-DD format. persist - If True, materializes result as a volatile table and returns table name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_date | Yes | The start date for the query range in YYYY-MM-DD format. | |
| end_date | Yes | The end date for the query range in YYYY-MM-DD format. | |
| persist | No | If True, materializes result as a volatile table and returns table name |