Search

Suggested keywords:
  • Java
  • Docker
  • Git
  • React
  • NextJs
  • Spring boot
  • Laravel

Galera - Cluster for MySQL and MariaDB

  • Share this:
post-title
Galera cluster provides distributed, multi master support for MySQL and MariaDB. Its feature include Synchronous Replication, True Multi-master, Active-Active Cluster Read and write to any node at any time, Automatic Node Provisioning, Multi-threaded Slave and lot more.

Galera Cluster is a superb replication system when using MySQL or MariaDB for your databases. However, it does have some limits for which you may want to be aware before migrating to it. Within the database server, other than the system tables, which use MyISAM, only InnoDB tables are allowed. InnoDB is used because it’s an excellent transactional storage engine. All tables must have an explicit primary key, either a single or a multi-column index.
https://galeracluster.com/
https://github.com/codership/galera
License:
Tech: