-
The documentation says:
![image](https://github.com/pgpool/pgpool2/assets/5222114/40b0bf86-5d56-4fb6-9795-0a3ae34517c6)
I'm facing a use-case with [Grafana](https://grafana.com/grafana/), where …
-
example
- master_slave_mode
- load_balance_mode
```
cd cookbooks/pgpool-II
diff files/etc/pgpool-II/pgpool.conf templates/etc/pgpool-II/pgpool.conf.erb
```
-
Ponyorm's connection pool is implemented with thread local storage, where in gevent, each eventlet has it's own "thread local storage". This behavior makes it really hard to maintain a sane number of …
mayli updated
2 years ago
-
This is a question whether the behavior we observe in k8s is the expected one, otherwise if there's a misconfiguration on our side.
- We're using pgpool in front of a zalando-patroni managed postg…
-
The scenario is the following: The primary server (backend 0) goes down and the standby (backend 1) server is promoted to primary. Postgres works perfectly, reads, writes and works as an isolated prim…
-
### What version of `drizzle-orm` are you using?
0.29.2
### What version of `drizzle-kit` are you using?
_No response_
### Describe the Bug
Transaction's don't work properly with [`pg-native`](ht…
-
I'm trying to configure pgpool to work with my AWS Aurora Postgres cluster.
I've set my `PGPOOL_URLS` var to `WRITER_INSTANCE READER_INSTANCE` but I'm getting read only errors from my rails app (`Can…
-
due to security reason, the system doesn't allow root user to run pgpool, but allow the pgpool user to run with sudo permission, can do 'sudo ip' and 'sudo arping' command
# but the issue is 'sudo' do…
tozhu updated
8 years ago
-
Hello, I am currently facing a problem.
pgpool runs in Docker and upon reviewing its logs, it is discovered that there are a lot of logs related to `reaper handler`.
How can I turn off the output of…
-
Hi
Were you able to consume pgpool-II with the 'pg' module in Node.JS? I'm really struggling with those parameterized queries and would be great to hear if it is doable.
Thanks,
Yaron