File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ migration strategy.
2424
2525**Continuous**: Continuous migration jobs cover new incoming data for a zero-downtime
2626Change Data Capture (CDC) migration strategy. Continuous jobs run a snapshot stage first,
27- followed by a CDC stage that captures database updates in near-real time.
27+ followed by a CDC stage that captures database updates in near-real time. The CDC stage
28+ updates all new or modified database objects, ignoring any :ref:`rm-table-filters` set in project-level mapping rules.
2829When you run a continuous migration job, your source and destination database
2930data remain in sync.
3031
Original file line number Diff line number Diff line change @@ -20,6 +20,10 @@ Table filters allow you to:
2020- Limit the read operations on your source database.
2121- Create test environments before migrating your entire database.
2222
23+ Migration jobs apply project-level table filters during the initial snapshot stage. During a continuous migration job,
24+ the CDC stage ignores table filters and updates all new or modified database objects.
25+ To learn more about types of migration jobs, see :ref:`rm-sync-jobs`.
26+
2327Table Filter Types
2428------------------
2529
You can’t perform that action at this time.
0 commit comments