dba_flowControl
Reports Teradata workload management flow control events, showing when and how much the system throttled queries due to resource constraints. Use to identify delays imposed by the workload manager.
Instructions
Report Teradata workload management flow control events showing when and how much the system throttled or delayed queries due to resource constraints. Use when the user asks about system throttling, flow control delays, or how often the workload manager imposed restrictions. For how long individual users personally waited in queues, use dba_userDelay instead.
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 |
|---|---|---|---|
| persist | No | If True, materializes result as a volatile table and returns table name | |
| end_date | Yes | The end date for the query range in YYYY-MM-DD format. | |
| start_date | Yes | The start date for the query range in YYYY-MM-DD format. |