On production you never run a single database server — there are always spares.
Primary - Secondary
|- Secondary
|- Secondary
There is only one primary. Writes go only to the primary; updates are replicated automatically to the secondary servers.
Write and read
- Read — from any member of the set.
- Write — only on the primary.
Andrew Dorokhov