mysql_analyze_table
Analyze key distribution in a MySQL table to evaluate index effectiveness and optimize query performance.
Instructions
Analyze key distribution for a MySQL table. Blocked when readOnly mode is enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| database | No | ||
| connectionId | No | Id of the mysql connection to use. Optional when only one mysql connection is configured. |