detect_index_misses
Detect tables with missing indexes by analyzing sequential scan dominance, foreign key columns without indexes, and under-indexed hot tables.
Instructions
Detect tables likely suffering from missing indexes: seq-scan dominance, FK columns without indexes, under-indexed hot tables.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | No | Database alias to query. Omit to use the primary database. |