Set connection pool load balance time out using Vertica ADO.Net

Connection string

This HP Vertica driver for ADO.NET connection string can be used for connections to Vertica.

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.