Comments - MariaDB Galera Cluster - Known Limitations

10 years, 3 months ago Joseph Jozwik

I know Galera now support MyISAM tables. Does anyone know if ARIA tables are supported or is there something special needed to enable this?

In my current testing records are not getting replicated under the ARIA engine but schema changes are. I am trying to stay with the ARIA engine the tables require less then 1/2 of the space as InnoDB tables. In my current application this equated to terabytes of extra storage.

 
9 years, 7 months ago Nirbhay Choubey

DMLs for any engines other that InnoDB is currently not supported. However, the DMLs for MyISAM should also work but its still experimental (see wsrep_repicate_myisam).

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.