cancel
Showing results for 
Search instead for 
Did you mean: 

Trick(s) to speeding up DI API (specifically DTW)

Former Member
0 Kudos

Are there any tricks to speed up the DI API and/or DTW (9.0 PL17 64bit)?  I am running on a 2 cpu, 16 GB of RAM.  DTW is using 20 % of CPU and 1.5GB of RAM.  However it is taking over 12 hours to process a file of 37.5K records.  I would like to speed that up to about 4 hours.  Any thoughts?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member201110
Active Contributor
0 Kudos

Hi Donald,

Have you tried cutting your source file in to smaller bits (maybe even as small as 1000 each) and importing each one separately? DTW doesn't cope well with larger files. You could also consider running multiple sessions of DTW concurrently (it won't halve the time if you run two sessions but it should significantly reduce the overall time).

What type of data are you importing? In a lot of cases, writing your own code can result in a more efficient solution.

Kind Regards,

Owen