mysql_table_stats
Retrieve MySQL table statistics including row count, data size, and index size. Optionally specify a table name to view metrics for a single table or omit it to see all tables.
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) |