analyze_query_indexes
Evaluate up to 10 SQL queries and recommend optimal indexes for improved query performance, considering user-defined constraints like maximum index size.
Instructions
Analyze a list of (up to 10) SQL queries and recommend optimal indexes
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_index_size_mb | No | Max index size in MB | |
| queries | Yes | List of Query strings to analyze |