Re: PostgreSQL clustering with DRBD - Mailing list pgsql-general

From Tim Uckun
Subject Re: PostgreSQL clustering with DRBD
Date
Msg-id 855e4dcf0902222016v315d10a6nb45bf5c4d106e08d@mail.gmail.com
Whole thread Raw
In response to PostgreSQL clustering with DRBD  (Serge Fonville <serge.fonville@gmail.com>)
Responses Re: PostgreSQL clustering with DRBD
List pgsql-general


On Wed, Feb 11, 2009 at 11:24 PM, Serge Fonville <serge.fonville@gmail.com> wrote:
Hi,

I am in the process of setting up a two node cluster.
Can PostgreSQL use DRBD as its storage?
Since the in-memory database would be synchronized with the on-disk database.
If this would be done with every query, this would greatly impact performance.
Since the cluster will be multi-master/dual-primary, do I need to have a separate block device for each PostgreSQL instance or can it use the DRBD device?
I read mostly about MySQL clustering with DRBD and there the query cache should be disabled to make sure data is in-sync.
To me it seems something similar would apply to PostgreSQL.
I believe cybercluster is the most active and complete PostgreSQL clustering solution.
My endgoal is a two node cluster with load sharing and fail over where both nodes can perform reads and writes.


After reading your post I decided to check out cybercluster.   In PgFoundry there is a cybercluster project http://pgfoundry.org/projects/cybercluster/ but it hasn't been updated since 2007.

Is that the one you are talking about or is there another cybercluster I should be looking at.

Also....


Is there an article or something that compares the different HA solutions for postgres? What are the differences between pgpool, pgcluster, cybercluster etc?


Any HOWTOs anywhere?

Thanks.


pgsql-general by date:

Previous
From: Bryan Murphy
Date:
Subject: Re: Backup Strategy Second Opinion
Next
From: Jordan Tomkinson
Date:
Subject: High cpu usage after many inserts