From: | salah jubeh <s_jubeh(at)yahoo(dot)com> |
---|---|
To: | Mino Haluz <mino(dot)haluz(at)gmail(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Postgresql high available solution |
Date: | 2012-10-24 16:04:17 |
Message-ID: | 1351094657.82233.YahooMailNeo@web122205.mail.ne1.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hello,
I think you might need to have a look on a binary replication and Pgpool ii
Regards
________________________________
From: Mino Haluz <mino(dot)haluz(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Sent: Wednesday, October 24, 2012 2:28 PM
Subject: [GENERAL] Postgresql high available solution
Hi,
we would like to switch from mysql cluster to postgresql. We need high
available solution so we can store telco data for our PBXes. The
problem is, we dont know what would best suit to our needs, we need:
1) High availability with failover - if one node goes down, nothing
bad happens (<5sec downtime)
2) Load balancing (actually we have 90% SELECTs and 10% update+insert)
3) No query based replication (we often use current_timestamp(), now
and other functions which could generate different values on different
nodes), this can be problem with query replication, is that true?
4) GUI for administration
What replication software or other tools would you recommend for this
setup? Or do you know some professional (or company) which could help
us to deploy such system?
Thanks,
Mino Haluz
From | Date | Subject | |
---|---|---|---|
Next Message | Scott Marlowe | 2012-10-24 16:18:53 | Re: Plug-pull testing worked, diskchecker.pl failed |
Previous Message | Steve Litt | 2012-10-24 15:42:21 | Re: Need sql to pull data from terribly architected table |