get_table_stats
Retrieve row counts, sizes, index counts, and last analysis times for a specific database table or all tables.
Instructions
Get statistics for database tables — row counts, sizes, index counts, and last analysis time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | No | Specific table name (omit for all tables) | |
| connection | No | Connection alias (default: 'default') |