dmanjunath / node-redshift

A simple collection of tools to help you get started with Amazon Redshift from node.js
69 stars 48 forks source link

Setting connection pool #35

Open neilpalima opened 4 years ago

neilpalima commented 4 years ago

Is there a way to set connection pool for max connections, min connections and idle?

neilpalima commented 4 years ago

I tried using max but it does not seem to affect the number of queries being processed concurrently.