table_sizes
Identify the largest PostgreSQL tables by total size including indexes and TOAST data. Use to prioritize storage optimization and bloat management.
Instructions
[READ] Largest tables by total relation size (table + indexes + TOAST).
Args:
limit: Number of tables to return, largest first (default 20).
target: Target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| target | No |