suggest_parallelism_method
Analyze source database type and table characteristics to recommend the best parallelism method for data export performance.
Instructions
Suggest the optimal parallelism method based on source database type and table characteristics. Provides recommendations for best performance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_type | Yes | Source database type (e.g., 'pgsql', 'oraodp', 'mssql') | |
| has_numeric_key | Yes | Whether the table has a numeric key column | |
| has_identity_column | No | Whether the table has an identity/auto-increment column | |
| table_size_estimate | Yes | Estimated table size |