Hello, for high availability reasons I am going to use DBMail3 in combination with MySQL CLuster 7.1. Together with cluster replication to non-ndb storage engines like InnoDB it is easy to scale such a system on both sides: writing and reading.
My setup is small enough (less than 2 GB of email data) for in memory storage. Furthermore MySQL Cluster supports disk data tables. So the blob values can be stored easily on hard disk. I think the only thing I have to do is to transform the database scheme of create_tables.sql for InnoDB into an according create_tables.sql for NDB. The foreign key constraints can be done easily by triggers. That should be all to have MySQL Cluster Support. What else I maybe have to consider? Are there any traps I do not see? Does anyone have hands-on experiences with DBMail and MySQL Cluster? Beste wishes Michael -- View this message in context: http://old.nabble.com/MySQL-Cluster-Support-tp31577044p31577044.html Sent from the dbmail users mailing list archive at Nabble.com. _______________________________________________ DBmail mailing list [email protected] http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail
