2

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?

Raj
  • 247
  • 2
  • 9
  • possible duplicate of [MySQL HA Solutions](http://serverfault.com/questions/416924/mysql-ha-solutions) – symcbean Aug 14 '12 at 16:12

1 Answers1

2

Check out my answer here for the MySQL Cluster use case (and alternatives to it). In general, MySQL Cluster is not suitable for web applications.

Cheers

HTTP500
  • 4,827
  • 4
  • 22
  • 31