Loading system design concepts and challenges…
A replica is simply a copy of your database. The original database is called the primary (sometimes called the master), and the copies are called replicas (sometimes called secondaries or slaves).
Think of it like a textbook:
Whenever the primary gets updated, those changes are sent to the replicas so they stay up-to-date.