I'm consolidating multiple Linux boxes running Postgres into one box.
Given the way Postgres handles resource utilization, would one single server service handling all the databases provide a much better performance than multiple server services (each one listening to different IP:port) running on the same host?
Thanks