I have a django website where the application and database server are different. I need to install pgbouncer to enable database pooling, however, I'm confused about where to install it: web application server or database server?
Note that in this set up, there is exactly 1 application server and 1 database server.