table_bloat
Measure table bloat by dead-tuple ratio (dead/(live+dead)) and list worst offenders first to prioritize vacuum maintenance.
Instructions
[READ] Dead-tuple bloat proxy per table (dead / (live + dead)), worst first.
Args:
limit: Number of tables to inspect (default 50).
target: Target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| target | No |