A mechanism that copies data to multiple locations to increase availability.
A mechanism that copies the same data to multiple nodes to increase availability and read scalability. Synchronous replication waits for the copy to complete on write, giving high consistency at the cost of added latency; asynchronous replication responds faster but introduces a lag before it reaches the replicas -- a tradeoff between the two.
© 2026 ITBGM