From: | "Magnus Hagander" <mha(at)sollentuna(dot)net> |
---|---|
To: | "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us> |
Cc: | "Martin Fandel" <martin(dot)fandel(at)alphyra-evs(dot)de>, <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: DRDB? |
Date: | 2005-06-27 14:39:33 |
Message-ID: | 6BCB9D8A16AC4241919521715F4D8BCE6C7713@algol.sollentuna.se |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > Martin Fandel wrote:
> >> is DRDB (http://www.drbd.org/) a recommended
> replication-solution for
> >> PostgreSQL? I asked some PostgreSQL-People and DRDB-People on the
> >> Linux-Tag in germany. But I'm not very assured about this solution.
>
> > Uh, we really don't _recommend_ replication solutions. However, I
> > will say I have heard of Slony, but never of DRDB. It seems DRDB
> > replicates the file system blocks to another machine.
(Um, Bruce, we talked to Alan Robertson about this in Copenhagen a
couple of months back. So you've certainly *heard* of it :P)
> I have not probed further than the site's top page, but
> unless DRBD offers some pretty strong guarantees about
> physical write order on the master being duplicated on the
> slave, it won't work reliably for Postgres.
From what I've heard, it does guarantee this. I think it requires you to
put all your stuff on the same DRBD device (no special device for WAL).
But I'm not 100% sure on this.
For example, DB2 is supported on these devices. I would assume they have
the same requirements as postgresql in this case. (See
ftp://ftp.software.ibm.com/software/data/pubs/papers/db2halinux.pdf)
//Magnus
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2005-06-27 14:51:22 | Re: DRDB? |
Previous Message | Tom Lane | 2005-06-27 14:19:00 | Re: DRDB? |