System Design : What is Database Replication ?
What is database Replication ?
Replicating the data of one database to other databases
Basically master and slave architecture.
Statement Based Replication : Write Sql in Primary DB and then Give the same query to the slave or read replica here
Bin...
hashcodehub.hashnode.dev2 min read