Concurrent DB Queries

Is there a way to run concurrent DB queries without having to add a connector for each query? Currently it seems that only 1 query can run at a time per connector.

You need to add multiple connectors.
Each connector will open one connection to the database.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.