missing_index_hints
Identify tables with high sequential scans and low index scans to flag missing index opportunities.
Instructions
[READ] Tables with heavy sequential scans and few index scans (index hints).
Args:
min_seq_scan: Minimum cumulative sequential scans to flag (default 1000).
min_live_tup: Minimum live tuples for a table to qualify (default 10000).
target: Target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| min_live_tup | No | ||
| min_seq_scan | No |