question

Pranay-6246 avatar image
0 Votes"
Pranay-6246 asked ShaikMaheer-MSFT answered

Will ADF For Each Parallel maintain batch count consistently ?

Hello,

If I set IsSequential to false, Batch count as 5 and total items as 100. Will adf consistently execute 5 batches in parallel even if one of the activities gets completed with in the first 5 but starting up a new activity ?

azure-data-factory
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

ShaikMaheer-MSFT avatar image
1 Vote"
ShaikMaheer-MSFT answered

Hello @Pranay-6246 ,

Welcome to Microsoft Q&A Platform.
Thank you for posting query on Microsoft Q&A Platform

Below is the detailed Explanation:

If you set IsSequential to false, Batch count as 5 and total items as 100.

In this case, we will having total 100 iterations as we have total items are 100. And Since we have batch count as 5, ADF will execute 5 iterations at a time at any given point of time.

So, ADF will start Iterations1,2,3,4,5 at same time and let's say iteration3 gets completed very soon and iterations 1,2,4,5 are still running then immediately ADF will take Iteration6 for execution because we defined batch count 5 so its ADF job to maintain 5 parallel iterations execution at any given point of time.

Hope this helps you to understand better. Thank you.


  • Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how

  • Want a reminder to come back and check responses? Here is how to subscribe to a email-notifications

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.