get_cube_cust_cube_db_space_metrics
Retrieve Teradata database space metrics for tables and databases by querying the cube 'table_skew_pct'. Specify dimensions like DatabaseName or TableName and measures such as current_perm, peak_perm, or table_skew_pct for precise analysis.
Instructions
Tool to query the cube 'table_skew_pct'.
Get the Teradata database space metrics for tables and databases
Expected inputs:
dimensions (str): Comma-separated dimension names to group by. Allowed values:
- DatabaseName: Name of the database
- TableName: Name of the table
measures (str): Comma-separated measure names to aggregate (must match cube definition). Allowed values:
- current_perm: Object perm space in bytes
- peak_perm: Object peak perm space in bytes
- table_skew_pct: Object skew percentage
Returns:
Query result as a formatted response.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dimensions | Yes | ||
| measures | Yes |