redundant_indexes
Find redundant indexes in MySQL/MariaDB where one index's columns are a leading prefix of another, so you can remove duplicate indexes.
Instructions
[READ] Indexes whose columns are a leading prefix of another index (dupes).
Args: target: Target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No |