hey guys
Is there any way to increase the number of connections to the database?
I would like to increase the number of sessions in my database used by the node database connector
hey guys
Is there any way to increase the number of connections to the database?
I would like to increase the number of sessions in my database used by the node database connector
Hi @Ashley777,
Welcome to the KNIME Forum! This is not possible, as one Database Connector always creates a single session. This is necessary because otherwise nodes such as the DB Connection Closer or DB Transaction Start and DB Transaction End would not know on which session to operate. If you need multiple connections, you’ll need to duplicate the connector node.
Kind regards
Alexander
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.