Skip to main content

Load Operations

Learn how to use the loading operations.

📄️ SLAM_load_bulk

Performance Tip: By default, Speediful enables parallel data loading with Bulk v1 API. This parallelizes the loading operation on the Salesforce server. It can lead to dramatic time reductions in loading operations vs serial loading. However, judicious use is advised, as this option can potentially be detrimental to overall throughput when loading to objects with lengthy triggered business process flows or to junction objects. To disable parallel loading, set @bulkparallel = 0 or consider using SLAMlockbuster