analyze_workload_indexes
Analyze frequently executed PostgreSQL queries to recommend optimal indexes for improving database performance and query efficiency.
Instructions
Analyze frequently executed queries in the database and recommend optimal indexes
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_index_size_mb | No | Max index size in MB | |
| method | No | Method to use for analysis | dta |