When you use mysql every node in a workflow sets up its own connection.
But when using temp tables you need the connection from the node that creates the temporary table.
Is there a solution to this, or should I look in a different direction?
When you use mysql every node in a workflow sets up its own connection.
But when using temp tables you need the connection from the node that creates the temporary table.
Is there a solution to this, or should I look in a different direction?
afaik there is no solution for that right now.
I’ve made a feature request for MySQL Transactions a few weeks ago, which in essence also needs MySQL connections to work over multiple nodes:
That would help a lot indeed!
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.