Re: Level of replication support? - Mailing list pgsql-general

From Joshua D. Drake
Subject Re: Level of replication support?
Date
Msg-id 416D6F07.2010305@commandprompt.com
Whole thread Raw
In response to Level of replication support?  (nd02tsk@student.hig.se)
Responses Re: Level of replication support?  (Ted Shab <tshab@yahoo.com>)
Re: Level of replication support?  ("Marc G. Fournier" <scrappy@postgresql.org>)
List pgsql-general
Hello,

There are two heavily supported and active replication projects.

1. Slony - http://www.slony.info
2. Mammoth Replicator - http://www.commandprompt.com/

Slony is Open Source and uses triggers and a replication schema to
replicate data.

Mammoth Replicator is commercial and uses a transaction log and a master
control process to replicate data.

Slony replicates data every (10?) transactions.
Mammoth Replicator replicates every transaction.

Mammoth is older than Slony and backed by my company Command Prompt, Inc.

Neither is slated to be "integrated" with PostgreSQL as they are both
good products that serve different purposes.

Sincerely,

Joshua D. Drake


nd02tsk@student.hig.se wrote:
> Hello
>
> I am going to do a comparison betweem PgSQL and MySQL replication system.
>
> I hear there are some replication projects available for PgSQL.  Which are
> still active and serious, because I hear that some are not active or
> incomplete?
>
> Will any of these projects be merged with PgSQL soon?
>
> I appreciate all information.
>
> Thank you.
>
> Tim
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
>                http://www.postgresql.org/docs/faqs/FAQ.html


--
Command Prompt, Inc., home of PostgreSQL Replication, and plPHP.
Postgresql support, programming shared hosting and dedicated hosting.
+1-503-667-4564 - jd@commandprompt.com - http://www.commandprompt.com
Mammoth PostgreSQL Replicator. Integrated Replication for PostgreSQL

Attachment

pgsql-general by date:

Previous
From: Robby Russell
Date:
Subject: Re: Level of replication support?
Next
From: Michael Fuhr
Date:
Subject: Re: Date format for bulk copy