Databases
Read-write splitting
Sending writes to a primary and reads to replicas.
Why interviewers ask about it
It scales reads only. Once the primary saturates on writes the next step is sharding, which is a far bigger change - saying that shows you know the ceiling.
Related terms
This term is part of the free Python Full-Stack interview preparation module - browse the full glossary for every definition.