Mammoth
From PostgreSQL wiki
Overview
Mammoth Replicator is an integrated asynchronous master - slave replication solution with failover support.
Features:
- Complete integration with PostgreSQL
- Master to multiple slaves
- Support for replication of large objects
- Support for switchover and failover
- Can replicate to periodically connecting slaves (batched updates)
- Can coexist with other replication solutions (i.e. warm standby or slony)
Limitations:
- No support for replication of DDL commands (i.e. CREATE TABLE)
- Single database only
- No support for cascading slaves
Current version
- The latest stable version is 1.8, which is based on PostgreSQL 8.3
- Version 1.9 is in-development (pre-alpha) and will support 8.4 and further version of PostgreSQL
Links and contacts
- Homepage: https://projects.commandprompt.com/public/replicator
- Mailing list: https://lists.commandprompt.com/mailman/listinfo/replicator-general
- Subversion: svn co https://projects.commandprompt.com/public/replicator/repo
