A configuration that consolidates writes onto one node and propagates them to replicas.
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.
© 2026 ITBGM