wintersrd / pipelinewise-tap-mssql

Pipelinewise tap for Microsoft SQL Server
GNU Affero General Public License v3.0
14 stars 48 forks source link

Feature/add log based cdc #25

Closed s7clarke10 closed 2 years ago

s7clarke10 commented 2 years ago

This pull request build on top of https://github.com/wintersrd/pipelinewise-tap-mssql/pull/24 . It is a superset of pull request 24.

This larger change introduces LOG_BASED / Change Data Capture (CDC) replication for pipelinewise-tap-mssql.

Features Include:

Note: This change does not support change tracking which is an older MS SQL Server replication technology. Change Data Capture is a more efficient and complete solution for incremental replication.

Note: While this change has been well tested and used, it comes with no warranties on guaranteed delivery and zero data loss in replication. It is recommend to test this well and ensure there is a frequent replication within the set archive policy for CDC logs.