analyze_query_indexes
Analyze SQL queries to recommend optimal indexes. Improve query performance by identifying missing indexes.
Instructions
Analyze a list of (up to 10) SQL queries and recommend optimal indexes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queries | Yes | List of Query strings to analyze | |
| max_index_size_mb | No | Max index size in MB | |
| method | No | Method to use for analysis | dta |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |