yes santhosh, it will increase depends on source data.. 10 rows I took for example but actual data will be in millions...in that case for every 1 lakh records ill make it into 1 batch... so it will be 'N batches"
I need to use 10 dataflows
0 - 1 lakh (batch 1) records should process in 1st dataflow
1,00,001 l- 2,00,000(batch 2) records should process in 2nd data flow
.
.
.
.
9,00,001 to 10,00,000(batch 10) records,should process in 10th dataflow.
after processing the above and again it should loop like
10,00,001 to 11,00,000 (batch 11) records should process in 1st dataflow
11,00,001 to 12,00,000 (batch 12)records should process in 2nd dataflow.
.
.
.
so on its should process
many thanks for response santhosh.
regards,
Abhi