Hi @efegurtunca , if you don’t need the data from the loop, you can instead terminate the loop with a variable loop end
node in place of the loop end
node. Then just connect the flow-variable output port from Db Writer to the variable loop end.
For good measure, you could also include a java edit variable node, calling System.gc();
to suggest garbage collection occurs…
Hope that helps