table_stats
Retrieve table size and row count estimates directly from information_schema. Provide table name to get storage metrics and approximate row counts for any database.
Instructions
Table size and row estimates from information_schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| database | No | Database/schema name; defaults to connection default_database | |
| connection | No | Named connection from config; defaults to default_connection |