Re: PostgreSQL in the press again - Mailing list pgsql-advocacy

From Joshua D. Drake
Subject Re: PostgreSQL in the press again
Date
Msg-id 4191277C.4060607@commandprompt.com
Whole thread Raw
In response to Re: PostgreSQL in the press again  (Thomas Hallgren <thhal@mailblocks.com>)
List pgsql-advocacy
Thomas Hallgren wrote:
> Andrew Sullivan wrote:
>
>>
>> ... does that help?
>>
> Ok, so to abbreviate what you and Josh writes into what I had in mind
> (??? denotes my own lack of further knowledge):
>
> Master + read-only slaves:
>  - Slony-I when all sites are trusted
>  - dbMirror for untrusted slaves and/or table based master slave assignment
>  - Mammoth Replicator, proprietary ???
                          proprietary, transaction safe and simple to
administer.

     OR

                          propreitary, transaction log based.


The are really only four significant differences between Slony and
Mammoth Replicator:

1. Slony is trigger based, Mammoth is transaction log based
2. Slony is batch replication (Jan what do you call this?), Mammoth is
transaction based.
3. Slony requires modification to your database schema, Mammoth does not
(outside of the mutual requirement of a unique key (Mammoth requires a
primary key).
4. Slony is Open Source, Mammoth is not.

Both support:

   1. 1 master, multiple slaves
   2. failover, promotion capabilities
   3. Neither lock the database during a full sync
   4. Both are transaction safe

Sincerely,

Joshua D. Drake


>  - erServer ???
>
> Multi-master:
>  - C-JDBC, Will be transaction safe once PostgreSQL has XA
>  - pgPool, not transaction safe ???
> (- future, the stuff Jan is working on and Postgres-R)
>
> Perhaps some info about which solutions that are PostgreSQL specific and
> which are database agnostic should be added.
>
> Regards,
> Thomas Hallgren
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
>               http://archives.postgresql.org


--
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-advocacy by date:

Previous
From: Andrew Sullivan
Date:
Subject: Re: PostgreSQL in the press again
Next
From: Simon Riggs
Date:
Subject: Re: Final Copy Edit: Press Release, Page