Re: Abstract for my replication system

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: mitani <mitani(at)sraw(dot)co(dot)jp>
Cc: hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Abstract for my replication system
Date: 2004-04-06 21:40:12
Message-ID: 200404062140.i36LeCs29881@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Mitani-san, how is pgcluster progressing? Have you considered hosting
it on gborg.postgresql.org, or at least creating a project there that
points to your web site?

---------------------------------------------------------------------------

mitani wrote:
> Dear Bruce:
>
> Included is the abstract for my replication system I promised to you.
>
> PGCluster is a replication system for PostgreSQL.
>
> Features of PGCluster include:
>
> - synchronized multi-master replication
> - load balancing
> - re-synchronizing database cluster which is in
> lost-synchronization state
>
> Currently PGCluster is implemented as two independent servers (load
> balancer and replicator) and set of patches to PostgreSQL 7.3.4.
>
> The English page for the PGCluster was prepared (it is still work in
> progress)
>
> Please download and try it.
> http://hiroshima.sraw.co.jp/people/mitani/jpug/pgcluster/en/
>
> PGCluster is released under the BSD license and currently runs on
> Linux and FreeBSD.
>
> I wish that PGCluster is helpful for many PostgreSQL users
> who need synchronized replcation solution
> And I want to contribute PGCluster for PostgreSQL.
> I would like you to examine.
>
> Sincerely yours,
>
> ------------------------------
> Atsushi Mitani
> mitani(at)sraw(dot)co(dot)jp
> ------------------------------
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if your
> joining column's datatypes do not match
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2004-04-06 22:00:16 Re: Function to kill backend
Previous Message Bruce Momjian 2004-04-06 21:21:01 Re: [HACKERS] logging statement levels