<p>MySQL is not ACID compliant; it only supports transactions if the table supports them, and not forcibly database-wide. Transactions break on tables that support them if tables that do not support them are used in the same query. And it has no support for MVCC, so concurrency suffers if transactions are in use.</p>

<p>Having used both MySQL and PostgreSQL, I will say that if you need serious ACID compliance, use PostgreSQL.  As far as clustering goes, though: I know that PostgreSQL does it, but I have never had a need to use it. I could see about spending some time setting one up, though, once I get my new server up and running.</p>

<p>--<br>
Sent from my Ice Cream Sandwich!</p>
<div class="gmail_quote">On Feb 17, 2012 12:05 PM, &quot;Geoffrey Myers&quot; &lt;<a href="mailto:lists@serioustechnology.com">lists@serioustechnology.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Lightner, Jeff wrote:<br>
&gt; Silence here I think doesn&#39;t say that much.  I&#39;ve noticed that<br>
&gt; commercial install questions here usually go unanswered whereas<br>
&gt; discussions of emacs vs vi can go on for days.  I&#39;d think most folks<br>
&gt; doing clustering for MySQL are doing it in a commercial environment.<br>
&gt;<br>
&gt; Have you looked for MySQL specific forums or mailing lists?<br>
&gt;<br>
&gt; Was I correct in thinking you&#39;d be amenable to Postgresql instead?<br>
&gt; If so did you see Geoffrey Meyers&#39; post?<br>
<br>
Is MySQL ACID compliant yet?  If it is not, I think that says a lot with<br>
regard to the direction I would take.<br>
<br>
--<br>
Until later, Geoffrey<br>
<br>
&quot;I predict future happiness for America if they can prevent<br>
the government from wasting the labors of the people under<br>
the pretense of taking care of them.&quot;<br>
- Thomas Jefferson<br>
_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
</blockquote></div>