Glossary

DB Replication

Replication is the synchronisation of data between multiple database servers. There is a primary server and one or more replicas. Replicas receive changes from the primary and duplicate them locally.

Why it is needed

Synchronous vs asynchronous