Skip to content

Files

Latest commit

author
Peter Park
Jan 6, 2025
ff34acc · Jan 6, 2025

History

History
8 lines (6 loc) · 289 Bytes

Database.md

File metadata and controls

8 lines (6 loc) · 289 Bytes

Database

DB Replication

  • Improved read performance: Master for writes, replicas for reads.
  • Scalability and availability: Backup in case of failures. auto recovery
  • Load distribution: Spreads read and write operations across replicas.
  • read time replication of transaction logs