-
Pgpool-II might be an alternative to PgBouncer that we want to test and confirm working with Prisma:
https://www.pgpool.net/mediawiki/index.php/Main_Page
https://www.sraoss.co.jp/event_seminar/201…
-
{
"platform":"",
"hub-mirror": [
"pgpool/pgpool2:latest"
]
}
-
https://github.com/pgpool/pgpool2/blob/master/src/utils/pool_stream.c#L650
When the flush size is 0, then pgpool is going into hung
-
### Name and Version
bitnami/postgresql-repmgr:12.20.0-debian-12-r29
### What architecture are you using?
None
### What steps will reproduce the bug?
In GKE, I have pg-pool with 1 repli…
-
### Name and Version
bitnami/postgresql-ha
### What is the problem this feature will solve?
In our org, we have rather strict policies regarding the pod security context.
To enable TLS, I s…
-
I have a question, that fetching query result from memcache may get old value?
For example:
In pgpool code Implementation: DML/DDL invalidate cache in ReadyForQuery function but the DML/DDL comm…
-
I found suddenly pgpool showing all pg_role in standby mode for all nodes but from database side we found node1 is primary , node2 and node3 are stanbdy.
I tried removing pgpool status file but i…
-
Hello,
I was trying to install pgpool-recovery for online recovery. I followed the steps here: https://www.pgpool.net/docs/latest/en/html/example-replication-mode.html. But when I got to 8.3.5.5. O…
-
### Name and Version
bitnami/postgresql-ha
### What architecture are you using?
None
### What steps will reproduce the bug?
1. Enable `.Values.pgpool.tls.enabled`
2. That will activate…
-
### Version
4.3.1
### Context
While submitting queries using connections manually retrieved from a pool, PoolOptions'a setConnectionTimeout() seems to take an effect as expected. For example, usi…