From: | John Sequeira <john_seq(at)hotmail(dot)com> |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Subject: | HA for high insert volume |
Date: | 2002-10-30 21:27:33 |
Message-ID: | appitn$2ebc$1@news.hub.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
I'm looking for some suggestions for setting up a remote failover
Postgres instance (warm spare). In my situation, the db to be failed
over has a very high # of INSERTS (it does a lot of logging), and it
seems like there might be too much overhead using something like usogres
or one of the replication options. We expect it to grow very quickly to
the point at which a full dump and load is not practical (5-15G).
Are people having luck using something like rsync in this instance?
This document :
http://www.taygeta.com/ha-postgresql.html
describes using rsync, but in the case where the # of inserts is low.
Is that working for people, or is there a better way to do this?
We're willing to consider commercial solutions but would prefer OSS.
Thanks in advance,
John Sequeira
From | Date | Subject | |
---|---|---|---|
Next Message | Josh Goldberg | 2002-10-30 22:00:12 | Re: Bit string manipulation in Postgresql |
Previous Message | Andrew Perrin | 2002-10-30 20:53:15 | URGENT: undoing a mistake |