Pgbouncer scaling
I am using pgbouncer to manage the connection for my postgresql instance. I wanted to know how can I scale pgbouncer with respect to the number of users. As the users increase the connection to the database will also increase which will reach to a limit. How can I make sure that this never happens.
