Master slave Architecture
Master-Slave architecture is a replication model. The Master node is responsible for performing all the write operations (insert, update, delete), while the Slave nodes replicate the data from the master and mainly handle read operations.
This setup ...
system-design-concepts.hashnode.dev3 min read