table_stats
Get disk size, index size, and live/dead tuple estimates for a PostgreSQL table to assess bloat and storage usage.
Instructions
Table size on disk, index size, and live/dead tuple estimates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| schema | No | public |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |