What is MariaDB Galera Cluster?
The most recent release of MariaDB 11.4 is:MariaDB 11.4.5 Stable (GA) Download NowAlternate download from mariadb.org
MariaDB Galera Cluster is a Linux-exclusive, multi-primary cluster designed for MariaDB, offering features such as active-active topology, read/write capabilities on any node, automatic membership and node joining, true parallel replication at the row level, and direct client connections, with an emphasis on the native MariaDB experience.
About
MariaDB Galera Cluster is a virtually synchronous multi-primary cluster for MariaDB. It is available on Linux only, and only supports theInnoDB storage engine (although there is experimental support for MyISAM and, from MariaDB 10.6, Aria. See thewsrep_replicate_myisam system variable, or, from MariaDB 10.6, the wsrep_mode system variable).
Features
Active-active multi-primary topology
Read and write to any cluster node
Automatic membership control, failed nodes drop from the cluster
Automatic node joining
True parallel replication, on row level
Direct client connections, native MariaDB look & feel
Benefits
The above features yield several benefits for a DBMS clustering solution, including:
No replica lag
No lost transactions
Read scalability
Smaller client latencies
The Getting Started with MariaDB Galera Cluster page has instructions on how to get up and running with MariaDB Galera Cluster.
A great resource for Galera users is Codership on Google Groups (codership-team
'at'
googlegroups
(dot)
com
) - If you use Galera it is recommended you subscribe.
Galera Versions
MariaDB Galera Cluster is powered by:
MariaDB Server.
The functionality of MariaDB Galera Cluster can be obtained by installing the standard MariaDB Server packages and the Galera wsrep provider library package. The following Galera version corresponds to each MariaDB Server version:
In MariaDB 10.4 and later, MariaDB Galera Cluster uses Galera 4. This means that the wsrep API version is 26 and the Galera wsrep provider library is version 4.X.
In MariaDB 10.3 and before, MariaDB Galera Cluster uses Galera 3. This means that the wsrep API is version 25 and the Galera wsrep provider library is version 3.X.
See Deciphering Galera Version Numbers for more information about how to interpret these version numbers.
Galera 4 Versions
The following table lists each version of the Galera 4 wsrep provider, and it lists which version of MariaDB each one was first released in. If you would like to install Galera 4 using yum, apt, or zypper, then the package is called galera-4
.
Galera Version
Released in MariaDB Version
26.4.2
26.4.1
26.4.0
Galera 3 Versions
See here for Galera 3 versions.
See Also
Codership on Google Groups (
codership-team 'at' googlegroups (dot) com
) - A great mailing list for Galera users.
This page is licensed: CC BY-SA / Gnu FDL
Last updated
Was this helpful?