From: | Ben <bench(at)silentmedia(dot)com> |
---|---|
To: | "Gavin M(dot) Roy" <gmr(at)ehpg(dot)net> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: DRDB for Standby, Failover |
Date: | 2008-05-29 20:59:04 |
Message-ID: | Pine.LNX.4.64.0805291354080.3347@localhost.localdomain |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Thu, 29 May 2008, Gavin M. Roy wrote:
> Has anyone used DRDB (http://www.drbd.org/) with Postgres and can speak to
> its speed/value, specifically in its various replication modes (
> http://www.drbd.org/users-guide/s-replication-protocols.html)?
It performs quite well for us. Reads are local so there's nothing
different with performance there. Writes will probably become network
bound, but we're mostly read-only, so haven't approached any limit there.
In terms of value..... well, raid-1 over a network for free seems like a
good value for warm clustering to me.
From | Date | Subject | |
---|---|---|---|
Next Message | Chris Browne | 2008-05-29 21:09:51 | Re: New MS patent: sounds like PG db rules |
Previous Message | Jonathan Bond-Caron | 2008-05-29 18:10:50 | Re: New MS patent: sounds like PG db rules |