Hello,
I have created a Flow to import nine data files, each containing over 115,000 records in XML format. The Flow consumes each file sequentially and the loop that loads each record into the CDS has Concurrency Control ON and the Degree of Parallelism set to 50.
Testing this on a small data set is fast. However at my max load of ~115,000 records per file, and nine files in total, the CDS appears to get slower as more files are loaded.
For example,
the first file took 17 minutes to load,
the second at 18 minutes,
the third at 35 minutes,
the fourth at 35 minutes,
the fifth at 1 hour
the sixth file is still loading and its has been over 14 hours...
Is there a throttling limit that I am hitting on the CDS?