The pgpool tag has no wiki summary.
2
votes
2answers
461 views
Deploying a high availability Postresql 9.0 on Amazon EC2 with PGPool-ii
We have an existing web application that uses Postgresql 9.0 and PGPool-ii. I am thinking of migrating our infrastructore to Amazon EC2 and was inspired by the following link: ...
1
vote
4answers
415 views
Cursor error with postgresql, pgpool and php
Hey, I am struggling a bit to determine the exact cause of an error that has been popping up in our release environment. There does not seem to be much dealing with this particular error on Google.
...
0
votes
1answer
51 views
What permissions does the health_check_user for pgpool-II need?
I'm confused about a point of pg_pool-II's documentation. The health_check_user is used to determine the health of DB cluster servers, but what abilities does the health_check_user need? As there are ...
0
votes
1answer
153 views
Solr Importing database field issues . how to I use postgres pgpool connection?
I am using postgres database and pgpool . Postgres database port : 5432 is woking fine. But
I am using Pgpool port : 9999 is Not Working.
MY importing xml file (myproduct.xml)
Working
...
0
votes
1answer
573 views
Configure pgpool in master_slave mode fails to auth against backend
I am trying to run pgpool on 2+ web servers which also have a rails app, etc. The idea is to have replication via slony or streaming and failover via pgpool. It would also be nice to have queries ...
0
votes
1answer
332 views
Equivalent of pgpool-II for MySQL
Is there any tools which is equivalent to pgpool-II (which is for PostgreSQL) for MySQL db?
Of particular importance for me is the feature - Load Balalce
Load Balance
If a database is ...