Multi Master Replication
Everything on SkillVeris tagged Multi Master Replication — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Interview Questions(2)
What is a Master-Master Replication Topology?
A master-master (multi-master) replication topology lets two or more servers each accept writes independently, and every master streams its changes to every ot…
What is Multi-Master Replication?
Multi-master replication is a topology where two or more nodes can each independently accept writes and replicate them to one another, unlike single-leader rep…