index_bloat
Estimate index bloat in PostgreSQL to identify oversized indexes and reclaim wasted space. Inspects the largest indexes first, with configurable limit and target.
Instructions
[READ] Coarse index-bloat estimate (all inputs returned for transparency).
Args:
limit: Number of indexes to inspect, largest first (default 50).
target: Target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| target | No |