Peter Eisentraut
Peter Eisentraut
The second item would be possible. However, you can already get a similar effect from `application_name_add_host`, so I'm not sure that it's worth having another setting to tweak `application_name` in...
The per-database pause mode can be seen in the output of `SHOW DATABASES`. The global pause mode is currently not visible. Any suggestions how to show that?
> Is there any difference between `global pause mode` and `all databases are paused`? Yes, see here: https://github.com/pgbouncer/pgbouncer/blob/master/src/admin.c#L1071-L1088
Hi. I don't see a chance of anyone debugging this remotely from the information given, so the more details you can gather, the better.
Please provide more detail: full configuration, exact commands and output.
It's not clear to me how PgBouncer could do a good job here. PgBouncer doesn't know the CPU or other resource usage of queries in PostgreSQL. You could potentially measure...
As I wrote: > PgBouncer doesn't know the CPU or other resource usage of queries in PostgreSQL. So it has no data to go by to throttle anything.
You're going to have to be more specific than that. Please show exact command lines, exact log output. We need to know exactly who issues that message. Note that `ssl_renegotation_limit`...
Start by checking the logs of the various components involved. If you have questions about pgbouncer, show the logs and the configuration.
This is still not enough information. Please show the entire configuration of all components involved. Or reduce the number of components involved. Perhaps you think that pgbouncer supports encrypted passwords...