PgBouncer is probably the most popular connection pooler for Postgres. It is essentially a transparant middleware between clients and the server. However, it is not %100 transparent in practice....
PgBouncer是Postgres最受欢迎的连接池器之一,支持会话变量和连接池模式,但需要注意兼容性和配置选项。