Mon May 19 21:09:28 PDT 2008
- Previous message: [Slony1-general] Version 1.2.14 available
- Next message: [Slony1-general] True cluster
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, If this is not an appropriate forum for these comments, please let me know the best place to propose enhancements to functionality. Here's my basic problem with slony and why I think it is not yet "industrial strength": Despite what the home page says, Slony is absolutely not a clustering solution. It is a replication solution. For any database to have true high availability (achievable 24/7 up time), it must have a clustering solution. Put simply, a cluster has these things: 1. A cluster is comprised of any number of servers that behaves like a single server and that is addressable by a single consistent address 2. A server may be added to the cluster at any time without any downtime. When a server is added, it brings itself up to date automatically 3. A server may be removed from the cluster at any time without any downtime 4. The failure of a server is detected by the cluster and it is automatically excluded from the cluster without any downtime Basically, you can add and remove servers whenever you like, and because there's no single point of failure, it can stay up 24/7. Slony can not do any of these things. That's why I don't use postgres for the transaction system - we have a 24/7 operation and we can't guarantee achieving our SLAs with postgres. Regards, Glen -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.slony.info/pipermail/slony1-general/attachments/20080520/49d0bda2/attachment.htm
- Previous message: [Slony1-general] Version 1.2.14 available
- Next message: [Slony1-general] True cluster
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-general mailing list