Vertica connection strings

HP Vertica driver for ADO.NET

Set connection pool load balance time out

Host=node01;Database=VMart;User=dbadmin;Pooling=true;LoadBalanceTimeout=3600;

When pool is full and no timeout is specified no new connections can enter the pool. Therefore newly added servers in a cluster will never be hit. The LoadBalanceTimeout value is specified in seconds.