Skip to main content

Questions tagged [pgbouncer]

For questions about PgBouncer, a connection pooler for PostgreSQL.

0 votes
0 answers
48 views

I'll say in advance that I've seen similar questions on this topic, but I just couldn't find an answer because they concerned long queries, while mine, on the contrary, executes the query in less than ...
UKRman's user avatar
  • 101
0 votes
0 answers
40 views

I'm running into unexpected behavior when trying to use prepared statements with TimescaleDB through PgBouncer in transaction pooling mode. According to the Psycopg3 docs on prepared statements and ...
MattQF's user avatar
  • 1
0 votes
0 answers
128 views

While the connection method is “md5”, I can manage pgbouncer connections with two different connection methods: users connected with certificate and users connected with password. Postgresql Version: ...
Abdullah Ergin's user avatar
1 vote
0 answers
120 views

My web server is deployed on Kubernetes with horizontal pod scaling and a separate, non auto-scaling, PostgreSQL service which runs a both a master and readonly replica nodes, with high-availability ...
Alechko's user avatar
  • 229
0 votes
0 answers
405 views

I have SQLAlchemy setup with pgbouncer, my pgboucer is configured to use session mode and my sqlalchemy engine config is as follows: engine = create_async_engine( url=db_url, echo=False, ...
Starbody's user avatar
0 votes
2 answers
99 views

We have 2 applications with ~10 instances of each. All these instances are connected to the same Postgres database. The applications uses a client pool (some applicative ORM providing a connection ...
Slim's user avatar
  • 291
0 votes
1 answer
87 views

I'm running a PostgreSQL cluster with PGBouncer and very often I see in pg_stat_activity that an app is connected to the database and stays in "idle in transaction" state for days. Obviously,...
Serg's user avatar
  • 101
0 votes
1 answer
125 views

Is it possible to specify pgbouncer reserve_pool_timeout in milliseconds, I have tried specifying it with '500 ms' but throwing an error and then tried specifying 0.5, this time no error but unable ...
goodfella's user avatar
  • 700
0 votes
0 answers
142 views

Please note: I'm still learning a lot of things about postgres. I'm asking for advice to install pgBouncer, but if you have any better suggestions what I could do, please tell me. I have a nodejs ...
Sam Leurs's user avatar
  • 141
0 votes
0 answers
372 views

Does anyone knows what this error below means? We running pgbouncer 1.21 on centos using transaction pooling mode. 2024-04-29 15:00:02.378 CST [9680] WARNING S-0x197b028: db/[email protected]:5432 got ...
goodfella's user avatar
  • 700
0 votes
1 answer
207 views

I would like to have some recommendations about connection pooling in PostgreSQL. We already have connection pooling using Pgbouncer behind an Azure LB. The pgbouncer itself is working pretty much ...
goodfella's user avatar
  • 700
0 votes
1 answer
877 views

I am getting pooler error: query_wait_timeout for different databases in the pgbouncer log 6 to 7 times a day . When the error occurs for masterdata database , it gives me a timeout in the ...
kumar ashish's user avatar
0 votes
2 answers
3k views

We are using authentication file mode in pgbouncer. The authentication part of Pgbouncer is so confusing. Would be helpful if anybody can throw some light on my below queries. Are Pgbouncer ...
goodfella's user avatar
  • 700
0 votes
1 answer
139 views

I want to add details for databases in a config file of pgbouncer. I have two same database names but their hosts are different, as there is no information about server endpoints in the config file, ...
Pratiksha Ratnaparkhi's user avatar
0 votes
0 answers
75 views

We have a server running multiple services and we would want to use pretty short client_idle_timeout for one backend database and unlimited client_idle_timeout for another backend database. However, ...
Mikko Rantalainen's user avatar

15 30 50 per page
1
2 3 4 5 6