Hi.
> The MyISAM pitfalls should have been discussed in the first reply to
> this thread. All in all, it works in quite illogical way.
> I kind of hoped that everyone would move gradually to InnoDB (or some
> other transactional engine), and we would not need to care about
> MyISAM. But but, hopefully master-slave mode for MyISAM will turn out
> good enough compromise.
While our own apps for example are InnoDB from the start, 3rd party
apps such as Joomla and Drupal are still MYISAM based, bringing whole
new range of issues if one tries to change the tables to InnoDB.
So with Galera the only thing left is running 2 servers on same
machine, which is quite inconvenient. Having master-slave stable
operation will be great and much better then standard (non-HA)
installation anyhow.
Regards.