Table of Contents

Search

  1. Preface
  2. Data Replication Overview
  3. Understanding Data Replication
  4. Sources - Preparation and Replication Considerations
  5. Targets - Preparation and Replication Considerations
  6. Starting the Server Manager
  7. Getting Started with the Data Replication Console
  8. Defining and Managing Server Manager Main Servers and Subservers
  9. Creating and Managing User Accounts
  10. Creating and Managing Connections
  11. Creating Replication Configurations
  12. Materializing Targets with InitialSync
  13. Scheduling and Running Replication Tasks
  14. Implementing Advanced Replication Topologies
  15. Monitoring Data Replication
  16. Managing Replication Configurations
  17. Handling Replication Environment Changes and Failures
  18. Troubleshooting
  19. Data Replication Files and Subdirectories
  20. Data Replication Runtime Parameters
  21. Command Line Parameters for Data Replication Components
  22. Updating Configurations in the Replication Configuration CLI
  23. DDL Statements for Manually Creating Recovery Tables
  24. Sample Scripts for Enabling or Disabling SQL Server Change Data Capture
  25. Glossary

Cascade Replication

In a cascade replication topology, Data Replication replicates change data unidirectionally down a series of databases. Users can write changes to any database in the chain.
A database in a middle of the chain can act as both a source and target simultaneously. From any database in the chain, Data Replication replicates forward all changes that originally occurred on that database to the other databases in the chain.
The following image shows a typical cascade replication topology that includes three databases:
Cascade Topology with Three Databases
In this deployment topology, you must run a Server Manager instance on each system. Run an Extractor task on each system from which you capture database changes and replicate changes forward (Database A and Database B). Run an Applier task on each system to which you apply changes (Database B and Database C). You can run the Data Replication Console on a standalone system.
When the cascade replication runs, Data Replication replicates forward the changes that occurred on Database A to Database B. When replicating changes from Database B to Database C, Data Replication replicates both the changes that originated on Database A and Database B.
Data Replication does not support cascade replication for Apache Kafka targets.

0 COMMENTS

We’d like to hear from you!