Example 3: Load Splitter When Batch Size Is Greater Than Minimum Batch Size

In this example, the load splitter receives 6023 row IDs for the Account assignment object. Because this is greater than the threshold of 1000, the load splitter tries to split the rows into batches. The default calculation for batch size calculates 6023 divided by 10, or about 600 rows, as the batch size. Because this is greater than the minimum batch size of 500, the load splitter splits the rows into 8 tasks of 600 and one task of 623.