index_health
List indexes with their cardinality and detect potential duplicate indexes to optimize database performance.
Instructions
List indexes with cardinality and flag possible duplicates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | No | ||
| database | No | Database/schema name; defaults to connection default_database | |
| connection | No | Named connection from config; defaults to default_connection |