suggest_indexes
Analyze query patterns and scan ratios to identify missing foreign key indexes and provide targeted index recommendations.
Instructions
Analyze query patterns, scan ratios, and missing foreign key indexes to provide index recommendations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | No | Optional specific table name to analyze | |
| schema | No | Schema name (default: "public") | public |