Ryan,
My opinion here.
Any write to memory can go wrong,
OS , MySQL , Storage engines, client library and so on.
Innodb has some advanced mechanism for ACID compliance like the double
write buffer but these are mostly to assure durability. Memory failure
although not so frequent can still, in my opinion, corrupt anything
included Innodb buffers.
I would like the opinion of some other Innodb gurus.
Happy new year.
Claudio
On Dec 31, 2011 2:04 PM, "Ryan Chan" <ryanchan...@gmail.com> wrote:

> Assume I am using InnoDB, which is ACID compliant.
>
> Do I still need to use ECC RAM, in order to make sure there is no
> chance of data corruption due data write?
>
> Thanks.
>
> --
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:    http://lists.mysql.com/mysql
>
>

Reply via email to