Hi!
I'm interested in using bgbouncer to reduce amount of connections to DB (which is PostgreSQL 9.3).
I'm getting best results with connections pooling by transactions (pool_mode=transaction), but I'm not sure if zabbix is using some features that are not supported in this mode or not.
Here is feature matrix from postgresql wiki. Could someone take a look on it and tell if we can use this pooling mode or not?
Thanks in advance!
I'm interested in using bgbouncer to reduce amount of connections to DB (which is PostgreSQL 9.3).
I'm getting best results with connections pooling by transactions (pool_mode=transaction), but I'm not sure if zabbix is using some features that are not supported in this mode or not.
Here is feature matrix from postgresql wiki. Could someone take a look on it and tell if we can use this pooling mode or not?
Thanks in advance!

Comment