suggest_parallelism_method
Analyzes source database type and table attributes to recommend the best parallelism method for high-performance data export.
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 |