1 / 25

Understanding Data Replication Methods: A Detailed View

Explore the concepts of file-based and database-based replication, including asynchronous and synchronous methods. Discover the importance of caching, table structures, transaction logs, and more for efficient data replication strategies.

Télécharger la présentation

Understanding Data Replication Methods: A Detailed View

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. BACKUP/MASTER:Replication Dorian CougiasCEO Network Frontiers

  2. What is being replicated? Volume File-based Database-based How it is being replicated? Asynchronously Synchronously “Timed” push or pull Caching An overview of replication

  3. Anatomy of a database • Tables of information • Index of tables • Transaction Log for repair in the event of failure • Cache that sits in RAM

  4. Database backup

  5. Restore from tape/disk after a crash

  6. Asynchronous replication

  7. Non-consistent operation

  8. Fast recovery

  9. Synchronous replication

  10. Non-consistent operation

  11. Transfer to secondary host

  12. Volume and file-based replication

  13. Block level replication (BLR)

  14. BLR (2)

  15. BLR (3)

  16. File-based replication

  17. Assured security issues

More Related