On Fri, 2007-12-21 at 15:42 +0100, Marc Dirix wrote: > > Hmm, > > Looks like you guys should consider mysql clustering, this should > > resolve > > most of these kind of troubles. > > > > MySQL clustering is like trying to create an industrial robot with > LEGO mindstorms. > > Also the serial problem, of having inserts at multiple locations is > not solved using clustering.
The serial problem _is_ solved for MySQL with just the simple hack of offsets and increment amounts -- but the IMAP problem is not. IMAP effectively requires an auto increment column of its own and does not support these types of hacks around the message id number. Aaron _______________________________________________ DBmail mailing list [email protected] https://mailman.fastxs.nl/mailman/listinfo/dbmail
