Find your content:

Search form

You are here

What is the difference between SerialBatchApexRangeChunkHandler and Batch-Apex

 
Share

We're working on an organisation with quita a few batch processes. Monitoring some of the batch operations in testing I noticed that under the Operation column, there are both SerialBatchApexRangeChunkHandler and Batch Apex.

A batch process that I'm working on runs as Batch Apex in a full sandbox, but runs as SerialBatchApexRangeChunkHandler in the production organisation.

batch apex vs SerialBatchApexRangeChunkHandler

I fail to find (may be depended on my search capabilities) any explanation to the difference in the documentation. Can any of you feed my hunger for knowledge ?


Attribution to: Samuel De Rycke

Possible Suggestion/Solution #1

If you process 1000 records these will be processed in 5 chunks of 200 records. For each chunck you will see a SerialBatchApexRangeChunkHandler (corresponds to the execute method in the batch).


Attribution to: Rudy De Coninck
This content is remixed from stackoverflow or stackexchange. Please visit https://salesforce.stackexchange.com/questions/1297

My Block Status

My Block Content