InterviewSolution
| 1. |
What Is Mariadb Galera Cluster? |
|
Answer» MariaDB Galera Cluster is a synchronous multi-master cluster for MariaDB. It is available on Linux only, and only SUPPORTS theXtraDB/InnoDB storage engines (although there is experimental support for MyISAM - SEE the wsrep_replicate_myisam system VARIABLE). Starting with MariaDB 10.1, the wsrep API for Galera Cluster is INCLUDED by DEFAULT. This is available as a separate download for MariaDB 10.0 and MariaDB 5.5. MariaDB Galera Cluster is a synchronous multi-master cluster for MariaDB. It is available on Linux only, and only supports theXtraDB/InnoDB storage engines (although there is experimental support for MyISAM - see the wsrep_replicate_myisam system variable). Starting with MariaDB 10.1, the wsrep API for Galera Cluster is included by default. This is available as a separate download for MariaDB 10.0 and MariaDB 5.5. |
|