MySQL HA and Magento DB

Posted by Raj on Server Fault See other posts from Server Fault or by Raj
Published on 2012-08-14T14:45:48Z Indexed on 2012/10/03 15:40 UTC
Read the original article Hit count: 246

Filed under:
|

Is it possible to use MySQL cluster for Magento DB? I have Web app developed in Magento E-commerce platform and I want to make DB highly available using the MySQL cluster. Magento supports only InnoDB database engine and MySQL HA uses it's own engine NDB.

The Percona XtraDB Cluster, Does it change the InnoDB storage engine to XtraDB? Can I rollback to the MySQL native replication from Percona XtraDB Cluster?

© Server Fault or respective owner

Related posts about mysql

Related posts about high-availability