How Can We Help?
< All Topics
Print

MariaDB Template with Auto-Clustering

MariaDB

Auto-Clustering is provided for the 10.x MariaDB versions only.

Automatic clusterization of the databases with pre-configured replication and auto-discovery of the nodes.

Based on your requirements, you can select Scheme of the following types:

  • Master-Master with Extra SlavesPre-configured replication with two interconnected master databases. During the horizontal scaling, the cluster is extended with additional slave nodes.

    mariadb cluster master-master scheme
  • Master-Slave with Extra SlavesPre-configured replication with one master and one slave database. During the horizontal scaling, the cluster is extended with additional slave nodes.

    mariadb cluster master-slave scheme
  • Galera ClusterAll servers can accept updates even if being issued concurrently.

    mariadb cluster galera scheme
Table of Contents