abreits / node-red-contrib-oracledb

Node-RED oracle database nodes
8 stars 15 forks source link

Connection pooling #8

Open oazabir opened 6 years ago

oazabir commented 6 years ago

We are using node-red in a webservice manner. The webservice gets multiple calls in parallel. If all the calls go via a single oracledb node, will it be using one connection and executing the queries in sequential manner, or will it use a pool of connections and run queries in parallel?