Operations Management

Master-Slave Configuration

English

Overview

A configuration that consolidates writes onto one node and propagates them to replicas.

Details

A replication configuration that consolidates writes onto a master, propagating changes to slaves either asynchronously or synchronously. It's also widely used to distribute load in read-heavy systems: writes are all sent to the master, while read queries get spread across the slaves as read replicas.

More Database terms