I'm about to migrate my (tiny) server farm to Google Cloud Platform and so giving the architecture a small restyling. One of the changes I'm about to commit is the introduction of pgBouncer, to manage pooling (ATM I'm having only one DB server with Debian Jessie).
But I cant' find anywhere (or I need improving my Googling skills :-) ) this kind of information:
If I install pgBouncer on the same machine where PostgreSQL runs, will it impact performance? (my primary concerns are about I/O, while CPU and memory can always be improved). Is it better to install it somewhere else?
Thanks in advance