This document discusses using Galera Cluster to power geo-distributed applications across wide area networks (WANs). Some key points:
- Galera Cluster allows MySQL databases to be replicated across multiple data centers separated by thousands of kilometers to achieve high availability and disaster recovery.
- Replicating data closer to applications improves performance by answering most read queries locally with up-to-date data cached in the InnoDB buffer pool.
- Galera is optimized for WAN replication with features like encrypting traffic, automatic detection and removal of unreliable nodes, and minimizing cross-data center traffic.
- Basic configuration involves specifying network locations, opening required ports, and configuring IPs for each node. Security must