show_largest_table
List the largest tables by space usage in an RDS instance to identify storage-heavy tables.
Instructions
Query the top few tables with the highest space occupancy
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region_id | Yes | The region ID of the RDS instance. | |
| dbinstance_id | Yes | The ID of the RDS instance. | |
| topK | No | To display the number of the top few largest tables |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |