find_table_complexity
Evaluate structural complexity of each table by analyzing column count, foreign key fan-in/out, and circular FK involvement. Identifies problematic tables in PostgreSQL schemas.
Instructions
Structural complexity per table: column count, FK fan-in/out, circular-FK involvement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |