Table of Contents

Search

  1. Preface
  2. Data Replication Overview
  3. Installing Data Replication
  4. Preparing Source and Target Systems
  5. Replication Basic Concepts
  6. InitialSync Processing
  7. Extractor and Applier Processing
  8. DDL Replication
  9. Recovery and Checkpoint Processing
  10. Configuring the Server Manager
  11. Creating Replication Configurations in the Data Replication Console
  12. Managing Replication Configurations
  13. Running Data Replications
  14. Configuring Selected Replication Types
  15. Monitoring Data Replication
  16. Maintaining the Replication Environment
  17. Troubleshooting
  18. Data Replication Files and Subdirectories
  19. Data Replication Runtime Parameters
  20. InitialSync, Extractor, and Applier Command Line Parameters
  21. Server Manager Command Line Parameters
  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

Merge Apply

Merge Apply

An apply mode that you can use for Greenplum, Netezza, Oracle, Teradata
, and Vertica
targets. It combines features of the SQL Apply and Audit Apply modes. For each source table, a target table and an audit log table must exist on the target. The Applier accumulates all changes in audit log tables and then merges the changes in small batches into the target by using optimized SQL statements and fewer transactions than on the source. Instead of replicating all of the operations, the Applier applies only the final image for each row.

0 COMMENTS

We’d like to hear from you!