dba_flowControl
Obtain Teradata flow control metrics for a date range. Provide start and end dates to track system throttling and resource constraints, enabling performance optimization.
Instructions
Get the Teradata flow control 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 |