Re: PostgreSQL in the press again

Поиск
Список
Период
Сортировка
От Joshua D. Drake
Тема Re: PostgreSQL in the press again
Дата
Msg-id 4191277C.4060607@commandprompt.com
обсуждение исходный текст
Ответ на Re: PostgreSQL in the press again  (Thomas Hallgren <thhal@mailblocks.com>)
Список 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

Вложения

В списке pgsql-advocacy по дате отправления:

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: PostgreSQL in the press again
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Final Copy Edit: Press Release, Page