Master-Master Replication:?
- Two or more databases act as both masters and slaves, allowing for both
read and write operations on any node.
- Advantages: High availability and load balancing for both reads and writes.
- Disadvantages: Potential for data conflicts when writes happen
simultaneously on multiple nodes.