Top "Pgbouncer" questions

pgbouncer is a lightweight connection pooler for PostgreSQL

How does pgBouncer help to speed up Django

I have some management commands that are based on gevent. Since my management command makes thousands to requests, I can …

python django postgresql connection-pooling pgbouncer
pgbouncer can't connect to local postgresql database (timeout)

Im trying to get pgbouncer to work on my standalone postgresql server, but when I try to connect to the …

postgresql pgbouncer
Postgres - ERROR: prepared statement "S_1" already exists

When executing batch queries via JDBC to pgbouncer, I get the following error: org.postgresql.util.PSQLException: ERROR: prepared statement "…

java postgresql jdbc pgbouncer
how to determine max_client_conn for pgbouncer

I'm sort of an "accidental dba" so apologies for a real noob question here. I'm using pgbouncer in pool_mode = …

postgresql pgbouncer
PgBouncer and auth to PostgreSQL

pgbouncer version 1.7.2 psql (9.5.6) I try use auth_hba_file (/var/lib/pgsql/9.5/data/pg_hba.conf) in PgBouncer. Config pgbouncer.…

postgresql pgbouncer
What are advantages of using transaction pooling with pgbouncer?

I'm having trouble finding a good summary of the advantages/disadvantages of using pgbouncer for transaction pooling vs session pooling. …

postgresql pgbouncer
Prepared Statement doesn't exist

Currently running a simple sinatra app, using passenger, and using pgbouncer for connection pooling to a database on the same …

postgresql sinatra pgbouncer
Django settings when using pgbouncer

I have a Django website with Postgresql backend, for which I'm utilizing pgbouncer for db connection pooling (transaction mode). The …

django postgresql pgbouncer
Pgbouncer on large client connections

I need to configure my pgbouncer for work with more than 2000 clients connections, I was reading some information about how …

postgresql pgbouncer