logoalt Hacker News

drdexebtjlyesterday at 9:37 PM2 repliesview on HN

> 4. Use separate bouncers for each application that might be different (extension of #1)

I wonder if clients send something equivalent to a User-Agent, such that the connection pooler could assign them to different pools automatically.


Replies

tpetryyesterday at 9:42 PM

This exists, its called a user. You just use different database users for this.

show 1 reply
nijaveyesterday at 9:49 PM

Can also use different database names since pgbouncer lets you remap that