mysql_table_stats
Retrieve MySQL table statistics, including row count, data size, and index size, for a specific table or all tables to support monitoring and capacity planning.
Instructions
Get table statistics including row count, data size, and index size
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias | No | MySQL connection alias (optional, uses default if omitted) | |
| table_name | No | Name of a specific table (optional, shows all tables if not provided) |