middleware between PostgreSQL servers and clients for connection pooling, replication and load balancing
3
votes
1answer
672 views
Pgpool, Postgresql and Apache tuning (1000 concurrent spatial queries)
I'm trying to configure a load balancing system.
I've a python script, invoked through mod_wsgi on Apache, that generates a query and executes it on pgpool: request-> wsgi python -> pgpool -> ...
1
vote
0answers
38 views
PGPool Frequent Queries
We recently setup a PostgreSQL Cluster with PGPool in front of it. This is our first go at such a thing. We setup our QA environment to use the new PGPool, and we cranked up the logging on the ...
0
votes
0answers
141 views
multiple postgreSQL running as primary server on pgpool
I'm facing problem with my pgpool setup. Currently, this is my requirement based on the pgpool documentation here :
Server A : Install with PostgreSQL database. Run as primary server
Server B : ...