Severalnines Support
- Total activity 126
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 61
Posts
Recent activity by Severalnines Support Sort by recent activity-
Can I use Galera Replication to replicate between Data Centers?
Although Galera Replication is synchronous, it is possible to deploy a Galera Replication cluster across data centers. Synchronous replication is traditionally implemented via 2-phase commit, where...
-
What are the pros and cons of MySQL Galera Replication?
Galera Replication has a number of benefits: - A high availability solution with synchronous replication, failover and resynchronization - No loss of data - All servers have up-to...
-
What is the difference between standard MySQL Replication and Galera Replication?
MySQL Replication is part of the standard MySQL database, and is mainly asynchronous in nature. Updates are always done on one master, and these are propagated to slaves. It is possible to create a...
-
What is MySQL Galera Replication?
Galera Replication is a synchronous multi-master replication plug-in for InnoDB. It is very different from the regular MySQL Replication, and addresses a number of issues including write conflicts ...