Admin Settings & Performance
Fine-tune MCDM performance and behavior with these configuration options.
| Setting | Default | Description |
|---|
| PAGE SIZE | 2000 | Number of records retrieved per page. Reduce if you see Query Timeouts. |
| TARGET API VERSION | 65.0 | Salesforce API version used for all operations. |
| Setting | Default | Description |
|---|
| BULK SIZE | 40000 | Records sent in a single Bulk V2 batch. Salesforce limit is 50k. |
3. Lookup & Polymorphic Resolution
| Setting | Default | Description |
|---|
| POLYMORPHIC BATCH SIZE | 50 | Limits varied record type identification. |
| REST LOOKUP BATCH SIZE | 200 | IDs searched at once during matching. |
| QUERY BATCH SIZE COMPOSITE | 50 | Limits multi-field matching complexity. |
4. Deep Clone & Pre-Queries
| Setting | Default | Description |
|---|
| PREQUERY CHUNK SIZE | 50 | Splits large product lists when searching dependencies. |
| Setting | Default | Description |
|---|
| DELETE BATCH SIZE | 200 | Records deleted in a single step. |
Performance Tips
- Reduce PAGE SIZE if experiencing query timeouts
- Increase BULK SIZE for faster uploads (up to 50,000)
- Adjust batch sizes based on org complexity and data volume
- Monitor logs to identify performance bottlenecks