function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Anand_VAnand_V 

Errors in batches trigger single-row processing for that batch, and that processing heavily impacts performance.

I am preparing for Data Architecture and Management Certification and I came across this statement during Bulk API topic.
"Errors in batches trigger single-row processing for that
batch, and that processing heavily impacts performance." What doest this mean? If one record fails during 200 batch size, for that particular batch alone it will process record by record?