Relative Content

Tag Archive for .netnpgsql

How to Force NpgSQL to Pre-Open Connections with DB?

I’m using the Npgsql driver in a .NET application to connect to a CockroachDB instance. I set Minimum Pool Size=100 in the connection string, expecting the pool to pre-open 100 connections at application startup.