Hello Community,
I am facing a performance issue with an API‑triggered Process Model that writes data to a MySQL database using the Write to Data Store Entity smart service.
"Successful"
Discussion posts and replies are publicly visible
How long does this process run when triggered manually?
Did you enable activity chaining throughout the process? This should raise the priority.
Still taking 9153ms. Activity chaining enabled throughout the process
That's long. How long do the individual inserts take?
You write about a loop. Running nodes in a loop takes time. Did you consider writing everything in one go?
Didn't checked for individual inserts. The thing is that the same table is accessing throughout the process multiple times for retrieving, inserting and updating.