Admin Settings & Performance

Fine-tune MCDM performance and behavior with these configuration options.

1. Core Engine

SettingDefaultDescription
PAGE SIZE2000Number of records retrieved per page. Reduce if you see Query Timeouts.
TARGET API VERSION65.0Salesforce API version used for all operations.

2. Data Upload

SettingDefaultDescription
BULK SIZE40000Records sent in a single Bulk V2 batch. Salesforce limit is 50k.

3. Lookup & Polymorphic Resolution

SettingDefaultDescription
POLYMORPHIC BATCH SIZE50Limits varied record type identification.
REST LOOKUP BATCH SIZE200IDs searched at once during matching.
QUERY BATCH SIZE COMPOSITE50Limits multi-field matching complexity.

4. Deep Clone & Pre-Queries

SettingDefaultDescription
PREQUERY CHUNK SIZE50Splits large product lists when searching dependencies.

5. Destruction Phase

SettingDefaultDescription
DELETE BATCH SIZE200Records 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