cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any way for a single user to execute data actions in parallel?

0 Kudos
122

Hello Experts!

We built a debt model, and this model has complex data actions that run for many years, until the end of the debt contracts, because of this complexity the execution of these contracts takes a long time, so we thought about the possibility of parallelizing the execution of contracts by company or by type, I didn't find anything about parallelism of Data Actions, is there any possibility to parallelize the execution from a single user?

View Entire Topic
ThomasK
Active Participant

Hi, you can run data action / multi action it in background and start in a row. However, both are queued in the background and executed serially. Even if you use a second user to execute them in parallel they are again queued and executed serially. You can observe this behaviour in the data action monitor (or with QRC1.25 in the Job Monitor).
Conculsion: Data Actions can´t be parallalized.

Please upvote/accept if it helps.

BR Thomas