Hi guys, there's one easy way to implement a multi-master cluster using myisam/aria ?
i know that galera cluster use innodb as backend, there's anything similar to aria/myisam? scaledb? ndb? others?

the main problem switching from aria/myisam to innodb is the MIN/MAX/COUNT(*) optimization and the rows sizes/index considerations (https://mariadb.com/kb/en/converting-tables-from-myisam-to-innodb/) and since it's myisam/aria many apps don't use begin transaction / commit (maybe this is a problem for cluster/multi master?)

thanks guys :)

--
Roberto Spadim