BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
37 / 81 · Module 11 — Salesforce Bulk Processing + Mule Batch Jobs · filtered: interview← prev⊞ allnext →

11.28Batch size tuning

If you aggregate:

10 records

you might make too many downstream calls.

If you aggregate:

100,000 records

you might use too much memory or hit Salesforce/API payload limits.

So tune:

batch size

based on:

record size
memory
Salesforce limits
downstream throughput
failure granularity